Html Css Color HEX #B999D1 Biloba Flower

📋 copy color: '#B999D1'

red 185 ◦ green 153 ◦ blue 209

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

Shades of Biloba Flower #B999D1

Tints of Biloba Flower #B999D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 33.82%
G = 27.97%
B = 38.21%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B999D1 (or 0xB999D1) is known color: Biloba Flower. HEX triplet: B9, 99 and D1. RGB value is (185,153,209). Sum of RGB (Red+Green+Blue) = 185+153+209=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #B999D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999D1 is #46662E. Grayscale: #A8A8A8. Windows color (decimal): -4613679 or 13736377. OLE color: 13736377.

HSL color Cylindrical-coordinate representation of color #B999D1: hue angle of 274.29º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B999D1 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 153 209 -
CMYK 0.11 0.27 0 0.18
HSL 274.29º 0.38% 0.71% -
HSV(B) 274.29º 0.27% 0.82% -
XYZ 42.91 37.7 65.34 -
YUV 168.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 185 153 209 0.11 0.27 0 0.18 274.29 0.38 0.71
Hex B9 99 D1 B 1B 0 12 112 26 47
Octal 271 231 321 13 33 0 22 422 46 107
Binary 10111001 10011001 11010001 1011 11011 0 10010 100010010 100110 1000111

Color Harmonies of #B999D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999D1

Black with #B999D1

Text Example


Text Example

White with #B999D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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