Html Css Color HEX #BBCBB9 Zanah

📋 copy color: '#BBCBB9'

red 187 ◦ green 203 ◦ blue 185

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

Shades of Zanah #BBCBB9

Tints of Zanah #BBCBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

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

R = 32.52%
G = 35.3%
B = 32.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#BBCBB9 (or 0xBBCBB9) is known color: Zanah. HEX triplet: BB, CB and B9. RGB value is (187,203,185). Sum of RGB (Red+Green+Blue) = 187+203+185=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB9 is #443446. Grayscale: #C4C4C4. Windows color (decimal): -4469831 or 12176315. OLE color: 12176315.

HSL color Cylindrical-coordinate representation of color #BBCBB9: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCBB9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 185 -
CMYK 0.08 0 0.09 0.20
HSL 113.33º 0.15% 0.76% -
HSV(B) 113.33º 0.09% 0.8% -
XYZ 50.61 56.78 54.19 -
YUV 196.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 187 203 185 0.08 0 0.09 0.20 113.33 0.15 0.76
Hex BB CB B9 8 0 9 14 71 F 4C
Octal 273 313 271 10 0 11 24 161 17 114
Binary 10111011 11001011 10111001 1000 0 1001 10100 1110001 1111 1001100

Color Harmonies of #BBCBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBB9

Black with #BBCBB9

Text Example


Text Example

White with #BBCBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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