#B999D5

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

Shades of Biloba Flower #B999D5

Tints of Biloba Flower #B999D5

Color information

#B999D5 (or 0xB999D5) is unknown color: approx Biloba Flower. HEX triplet: B9, 99 and D5. RGB value is (185,153,213). Sum of RGB (Red+Green+Blue) = 185+153+213=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #B999D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999D5 is #46662A. Grayscale: #A9A9A9. Windows color (decimal): -4613675 or 13998521. OLE color: 13998521.

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

Color convert

RGB185153213-
CMYK0.130.2800.16
HSL272º41.67%71.76%-
HSV(B)272º28.17%83.53%-
XYZ43.4137.967.98-
YUV169.41152.6139.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 213 (83.59% from 255) = 38.66%
R=33.58%
G=27.77%
B=38.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851532130.130.2800.1627241.6771.76
HexB999D5D1C0101102a48
Octal271231325153402042052110
Binary1011100110011001110101011101111000100001000100001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999D5; }

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

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

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

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

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

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

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

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