#B999D7

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

Shades of Biloba Flower #B999D7

Tints of Biloba Flower #B999D7

Color information

#B999D7 (or 0xB999D7) is unknown color: approx Biloba Flower. HEX triplet: B9, 99 and D7. RGB value is (185,153,215). Sum of RGB (Red+Green+Blue) = 185+153+215=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #B999D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999D7 is #466628. Grayscale: #A9A9A9. Windows color (decimal): -4613673 or 14129593. OLE color: 14129593.

HSL color Cylindrical-coordinate representation of color #B999D7: hue angle of 270.97º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B999D7 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185153215-
CMYK0.140.2900.16
HSL270.97º43.66%72.16%-
HSV(B)270.97º28.84%84.31%-
XYZ43.663869.32-
YUV169.64153.6138.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=33.45%
G=27.67%
B=38.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851532150.140.2900.16270.9743.6672.16
HexB999D7E1D01010f2c48
Octal271231327163502041754110
Binary1011100110011001110101111110111010100001000011111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999D7; }

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

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

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

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

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

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

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

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