Html Css Color HEX #B2BCB3 Zanah

📋 copy color: '#B2BCB3'

red 178 ◦ green 188 ◦ blue 179

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

Shades of Zanah #B2BCB3

Tints of Zanah #B2BCB3

RGB

 RED value IS 178 (69.92% from 255) = 32.66%

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 32.66%
G = 34.5%
B = 32.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#B2BCB3 (or 0xB2BCB3) is known color: Zanah. HEX triplet: B2, BC and B3. RGB value is (178,188,179). Sum of RGB (Red+Green+Blue) = 178+188+179=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCB3 is #4D434C. Grayscale: #B8B8B8. Windows color (decimal): -5063501 or 11779250. OLE color: 11779250.

HSL color Cylindrical-coordinate representation of color #B2BCB3: hue angle of 126º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BCB3 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 179 -
CMYK 0.05 0 0.05 0.26
HSL 126º 0.07% 0.72% -
HSV(B) 126º 0.05% 0.74% -
XYZ 44.48 48.69 49.7 -
YUV 183.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 178 188 179 0.05 0 0.05 0.26 126 0.07 0.72
Hex B2 BC B3 5 0 5 1A 7E 7 48
Octal 262 274 263 5 0 5 32 176 7 110
Binary 10110010 10111100 10110011 101 0 101 11010 1111110 111 1001000

Color Harmonies of #B2BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCB3

Black with #B2BCB3

Text Example


Text Example

White with #B2BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCB3; }

 p { color: rgb(178,188,179); }

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

background-color css

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

 a { background-color: rgb(178,188,179); }

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

border-color css

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

 span { border-color: rgb(178,188,179); }

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