#B498DF

Color #B498DF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B498DF

Tints of Biloba Flower #B498DF

Color information

#B498DF (or 0xB498DF) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and DF. RGB value is (180,152,223). Sum of RGB (Red+Green+Blue) = 180+152+223=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #B498DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498DF is #4B6720. Grayscale: #A8A8A8. Windows color (decimal): -4941601 or 14653620. OLE color: 14653620.

HSL color Cylindrical-coordinate representation of color #B498DF: hue angle of 263.66º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B498DF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180152223-
CMYK0.190.3200.13
HSL263.66º52.59%73.53%-
HSV(B)263.66º31.84%87.45%-
XYZ43.3737.4974.76-
YUV168.47158.78136.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=32.43%
G=27.39%
B=40.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801522230.190.3200.13263.6652.5973.53
HexB498DF13200D108354a
Octal264230337234001541065112
Binary10110100100110001101111110011100000011011000010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498DF; }

 p { color: rgb(180,152,223); }

 H1.HeaderClassName
 {
   color: #B498DF;
 }
 .AnyTagClassName
 {
   color: #B498DF;
 }
</style>
background-color css

<style>
 a { background-color: #B498DF; }

 a { background-color: rgb(180,152,223); }

 div.DivClassName
 {
   background-color: #B498DF;
 }
 .BgClassName
 {
   background-color: #B498DF;
 }
</style>
border-color css

<style>
 span { border-color: #B498DF; }

 span { border-color: rgb(180,152,223); }

 td.TdClassName
 {
   border-color: #B498DF;
 }
 .TagClassName
 {
   border-color: #B498DF;
 }
</style>