#B999CE

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

Shades of Biloba Flower #B999CE

Tints of Biloba Flower #B999CE

Color information

#B999CE (or 0xB999CE) is unknown color: approx Biloba Flower. HEX triplet: B9, 99 and CE. RGB value is (185,153,206). Sum of RGB (Red+Green+Blue) = 185+153+206=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B999CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999CE is #466631. Grayscale: #A8A8A8. Windows color (decimal): -4613682 or 13539769. OLE color: 13539769.

HSL color Cylindrical-coordinate representation of color #B999CE: hue angle of 276.23º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B999CE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185153206-
CMYK0.100.2600.19
HSL276.23º35.1%70.39%-
HSV(B)276.23º25.73%80.78%-
XYZ42.5437.5563.4-
YUV168.61149.1139.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=34.01%
G=28.12%
B=37.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851532060.100.2600.19276.2335.170.39
HexB999CEA1A0131142346
Octal271231316123202342443106
Binary1011100110011001110011101010110100100111000101001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999CE; }

 p { color: rgb(185,153,206); }

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

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

 a { background-color: rgb(185,153,206); }

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

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

 span { border-color: rgb(185,153,206); }

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