Html Css Color HEX #B999D7 Biloba Flower

📋 copy color: '#B999D7'

red 185 ◦ green 153 ◦ blue 215

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

Shades of Biloba Flower #B999D7

Tints of Biloba Flower #B999D7

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 value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B999D7 (or 0xB999D7) is known color: 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

RGB 185 153 215 -
CMYK 0.14 0.29 0 0.16
HSL 270.97º 0.44% 0.72% -
HSV(B) 270.97º 0.29% 0.84% -
XYZ 43.66 38 69.32 -
YUV 169.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 185 153 215 0.14 0.29 0 0.16 270.97 0.44 0.72
Hex B9 99 D7 E 1D 0 10 10F 2C 48
Octal 271 231 327 16 35 0 20 417 54 110
Binary 10111001 10011001 11010111 1110 11101 0 10000 100001111 101100 1001000

Color Harmonies of #B999D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999D7

Black with #B999D7

Text Example


Text Example

White with #B999D7

Text Example


Text Example

HTML Codes & Css Web 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>