Html Css Color HEX #B999DF Biloba Flower

📋 copy color: '#B999DF'

red 185 ◦ green 153 ◦ blue 223

#B999DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B999DF

Tints of Biloba Flower #B999DF

RGB

 RED value IS 185 (72.66% from 255) = 32.98%

 GREEN value IS 153 (60.16% from 255) = 27.27%

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 32.98%
G = 27.27%
B = 39.75%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B999DF (or 0xB999DF) is known color: Biloba Flower. HEX triplet: B9, 99 and DF. RGB value is (185,153,223). Sum of RGB (Red+Green+Blue) = 185+153+223=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #B999DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999DF is #466620. Grayscale: #AAAAAA. Windows color (decimal): -4613665 or 14653881. OLE color: 14653881.

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

Color convert

RGB 185 153 223 -
CMYK 0.17 0.31 0 0.13
HSL 267.43º 0.52% 0.74% -
HSV(B) 267.43º 0.31% 0.87% -
XYZ 44.72 38.42 74.87 -
YUV 170.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 185 153 223 0.17 0.31 0 0.13 267.43 0.52 0.74
Hex B9 99 DF 11 1F 0 D 10B 34 4A
Octal 271 231 337 21 37 0 15 413 64 112
Binary 10111001 10011001 11011111 10001 11111 0 1101 100001011 110100 1001010

Color Harmonies of #B999DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999DF

Black with #B999DF

Text Example


Text Example

White with #B999DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999DF; }

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

 H1.HeaderClassName
 {
   color: #B999DF;
 }
 .AnyTagClassName
 {
   color: #B999DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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