Html Css Color HEX #BBCEB9 Zanah

📋 copy color: '#BBCEB9'

red 187 ◦ green 206 ◦ blue 185

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

Shades of Zanah #BBCEB9

Tints of Zanah #BBCEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.64%

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

R = 32.35%
G = 35.64%
B = 32.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#BBCEB9 (or 0xBBCEB9) is known color: Zanah. HEX triplet: BB, CE and B9. RGB value is (187,206,185). Sum of RGB (Red+Green+Blue) = 187+206+185=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEB9 is #443146. Grayscale: #C5C5C5. Windows color (decimal): -4469063 or 12177083. OLE color: 12177083.

HSL color Cylindrical-coordinate representation of color #BBCEB9: hue angle of 114.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCEB9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 206 185 -
CMYK 0.09 0 0.10 0.19
HSL 114.29º 0.18% 0.77% -
HSV(B) 114.29º 0.1% 0.81% -
XYZ 51.32 58.21 54.43 -
YUV 197.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 187 206 185 0.09 0 0.10 0.19 114.29 0.18 0.77
Hex BB CE B9 9 0 A 13 72 12 4D
Octal 273 316 271 11 0 12 23 162 22 115
Binary 10111011 11001110 10111001 1001 0 1010 10011 1110010 10010 1001101

Color Harmonies of #BBCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEB9

Black with #BBCEB9

Text Example


Text Example

White with #BBCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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