Html Css Color HEX #BBC9BA Zanah

📋 copy color: '#BBC9BA'

red 187 ◦ green 201 ◦ blue 186

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

Shades of Zanah #BBC9BA

Tints of Zanah #BBC9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.02%

 BLUE value IS 186 (73.05% from 255) = 32.4%

R = 32.58%
G = 35.02%
B = 32.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#BBC9BA (or 0xBBC9BA) is known color: Zanah. HEX triplet: BB, C9 and BA. RGB value is (187,201,186). Sum of RGB (Red+Green+Blue) = 187+201+186=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9BA is #443645. Grayscale: #C3C3C3. Windows color (decimal): -4470342 or 12241339. OLE color: 12241339.

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

Color convert

RGB 187 201 186 -
CMYK 0.07 0 0.07 0.21
HSL 116º 0.12% 0.76% -
HSV(B) 116º 0.07% 0.79% -
XYZ 50.24 55.88 54.59 -
YUV 195.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 187 201 186 0.07 0 0.07 0.21 116 0.12 0.76
Hex BB C9 BA 7 0 7 15 74 C 4C
Octal 273 311 272 7 0 7 25 164 14 114
Binary 10111011 11001001 10111010 111 0 111 10101 1110100 1100 1001100

Color Harmonies of #BBC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9BA

Black with #BBC9BA

Text Example


Text Example

White with #BBC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9BA; }

 p { color: rgb(187,201,186); }

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

background-color css

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

 a { background-color: rgb(187,201,186); }

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

border-color css

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

 span { border-color: rgb(187,201,186); }

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