Html Css Color HEX #BBCFB9 Zanah

📋 copy color: '#BBCFB9'

red 187 ◦ green 207 ◦ blue 185

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

Shades of Zanah #BBCFB9

Tints of Zanah #BBCFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.75%

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

R = 32.3%
G = 35.75%
B = 31.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#BBCFB9 (or 0xBBCFB9) is known color: Zanah. HEX triplet: BB, CF and B9. RGB value is (187,207,185). Sum of RGB (Red+Green+Blue) = 187+207+185=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFB9 is #443046. Grayscale: #C6C6C6. Windows color (decimal): -4468807 or 12177339. OLE color: 12177339.

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

Color convert

RGB 187 207 185 -
CMYK 0.10 0 0.11 0.19
HSL 114.55º 0.19% 0.77% -
HSV(B) 114.55º 0.11% 0.81% -
XYZ 51.56 58.69 54.51 -
YUV 198.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 187 207 185 0.10 0 0.11 0.19 114.55 0.19 0.77
Hex BB CF B9 A 0 B 13 73 13 4D
Octal 273 317 271 12 0 13 23 163 23 115
Binary 10111011 11001111 10111001 1010 0 1011 10011 1110011 10011 1001101

Color Harmonies of #BBCFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFB9

Black with #BBCFB9

Text Example


Text Example

White with #BBCFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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