Html Css Color HEX #B999D4 Biloba Flower

📋 copy color: '#B999D4'

red 185 ◦ green 153 ◦ blue 212

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

Shades of Biloba Flower #B999D4

Tints of Biloba Flower #B999D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 33.64%
G = 27.82%
B = 38.55%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B999D4 (or 0xB999D4) is known color: Biloba Flower. HEX triplet: B9, 99 and D4. RGB value is (185,153,212). Sum of RGB (Red+Green+Blue) = 185+153+212=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #B999D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999D4 is #46662B. Grayscale: #A9A9A9. Windows color (decimal): -4613676 or 13932985. OLE color: 13932985.

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

Color convert

RGB 185 153 212 -
CMYK 0.13 0.28 0 0.17
HSL 272.54º 0.41% 0.72% -
HSV(B) 272.54º 0.28% 0.83% -
XYZ 43.28 37.85 67.31 -
YUV 169.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 185 153 212 0.13 0.28 0 0.17 272.54 0.41 0.72
Hex B9 99 D4 D 1C 0 11 111 29 48
Octal 271 231 324 15 34 0 21 421 51 110
Binary 10111001 10011001 11010100 1101 11100 0 10001 100010001 101001 1001000

Color Harmonies of #B999D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999D4

Black with #B999D4

Text Example


Text Example

White with #B999D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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