Html Css Color HEX #BBCAB9 Zanah

📋 copy color: '#BBCAB9'

red 187 ◦ green 202 ◦ blue 185

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

Shades of Zanah #BBCAB9

Tints of Zanah #BBCAB9

RGB

 RED value IS 187 (73.44% from 255) = 32.58%

 GREEN value IS 202 (79.3% from 255) = 35.19%

 BLUE value IS 185 (72.66% from 255) = 32.23%

R = 32.58%
G = 35.19%
B = 32.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#BBCAB9 (or 0xBBCAB9) is known color: Zanah. HEX triplet: BB, CA and B9. RGB value is (187,202,185). Sum of RGB (Red+Green+Blue) = 187+202+185=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB9 is #443546. Grayscale: #C3C3C3. Windows color (decimal): -4470087 or 12176059. OLE color: 12176059.

HSL color Cylindrical-coordinate representation of color #BBCAB9: hue angle of 112.94º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCAB9 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 185 -
CMYK 0.07 0 0.08 0.21
HSL 112.94º 0.14% 0.76% -
HSV(B) 112.94º 0.08% 0.79% -
XYZ 50.37 56.31 54.11 -
YUV 195.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 187 202 185 0.07 0 0.08 0.21 112.94 0.14 0.76
Hex BB CA B9 7 0 8 15 71 E 4C
Octal 273 312 271 7 0 10 25 161 16 114
Binary 10111011 11001010 10111001 111 0 1000 10101 1110001 1110 1001100

Color Harmonies of #BBCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAB9

Black with #BBCAB9

Text Example


Text Example

White with #BBCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAB9; }

 p { color: rgb(187,202,185); }

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

background-color css

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

 a { background-color: rgb(187,202,185); }

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

border-color css

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

 span { border-color: rgb(187,202,185); }

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