Html Css Color HEX #BBC6BA Zanah

📋 copy color: '#BBC6BA'

red 187 ◦ green 198 ◦ blue 186

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

Shades of Zanah #BBC6BA

Tints of Zanah #BBC6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.68%

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

R = 32.75%
G = 34.68%
B = 32.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#BBC6BA (or 0xBBC6BA) is known color: Zanah. HEX triplet: BB, C6 and BA. RGB value is (187,198,186). Sum of RGB (Red+Green+Blue) = 187+198+186=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6BA is #443945. Grayscale: #C1C1C1. Windows color (decimal): -4471110 or 12240571. OLE color: 12240571.

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

Color convert

RGB 187 198 186 -
CMYK 0.06 0 0.06 0.22
HSL 115º 0.1% 0.75% -
HSV(B) 115º 0.06% 0.78% -
XYZ 49.55 54.5 54.36 -
YUV 193.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 187 198 186 0.06 0 0.06 0.22 115 0.1 0.75
Hex BB C6 BA 6 0 6 16 73 A 4B
Octal 273 306 272 6 0 6 26 163 12 113
Binary 10111011 11000110 10111010 110 0 110 10110 1110011 1010 1001011

Color Harmonies of #BBC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6BA

Black with #BBC6BA

Text Example


Text Example

White with #BBC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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