Html Css Color HEX #BBC7BA Zanah

📋 copy color: '#BBC7BA'

red 187 ◦ green 199 ◦ blue 186

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

Shades of Zanah #BBC7BA

Tints of Zanah #BBC7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.79%

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

R = 32.69%
G = 34.79%
B = 32.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#BBC7BA (or 0xBBC7BA) is known color: Zanah. HEX triplet: BB, C7 and BA. RGB value is (187,199,186). Sum of RGB (Red+Green+Blue) = 187+199+186=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7BA is #443845. Grayscale: #C1C1C1. Windows color (decimal): -4470854 or 12240827. OLE color: 12240827.

HSL color Cylindrical-coordinate representation of color #BBC7BA: hue angle of 115.38º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC7BA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 186 -
CMYK 0.06 0 0.07 0.22
HSL 115.38º 0.1% 0.75% -
HSV(B) 115.38º 0.07% 0.78% -
XYZ 49.78 54.96 54.44 -
YUV 193.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 187 199 186 0.06 0 0.07 0.22 115.38 0.1 0.75
Hex BB C7 BA 6 0 7 16 73 A 4B
Octal 273 307 272 6 0 7 26 163 12 113
Binary 10111011 11000111 10111010 110 0 111 10110 1110011 1010 1001011

Color Harmonies of #BBC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7BA

Black with #BBC7BA

Text Example


Text Example

White with #BBC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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