Html Css Color HEX #B1C3B2 Zanah

📋 copy color: '#B1C3B2'

red 177 ◦ green 195 ◦ blue 178

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

Shades of Zanah #B1C3B2

Tints of Zanah #B1C3B2

RGB

 RED value IS 177 (69.53% from 255) = 32.18%

 GREEN value IS 195 (76.56% from 255) = 35.45%

 BLUE value IS 178 (69.92% from 255) = 32.36%

R = 32.18%
G = 35.45%
B = 32.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#B1C3B2 (or 0xB1C3B2) is known color: Zanah. HEX triplet: B1, C3 and B2. RGB value is (177,195,178). Sum of RGB (Red+Green+Blue) = 177+195+178=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C3B2 is #4E3C4D. Grayscale: #BBBBBB. Windows color (decimal): -5127246 or 11715505. OLE color: 11715505.

HSL color Cylindrical-coordinate representation of color #B1C3B2: hue angle of 123.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1C3B2 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 178 -
CMYK 0.09 0 0.09 0.24
HSL 123.33º 0.13% 0.73% -
HSV(B) 123.33º 0.09% 0.76% -
XYZ 45.68 51.59 49.67 -
YUV 187.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 177 195 178 0.09 0 0.09 0.24 123.33 0.13 0.73
Hex B1 C3 B2 9 0 9 18 7B D 49
Octal 261 303 262 11 0 11 30 173 15 111
Binary 10110001 11000011 10110010 1001 0 1001 11000 1111011 1101 1001001

Color Harmonies of #B1C3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C3B2

Black with #B1C3B2

Text Example


Text Example

White with #B1C3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C3B2; }

 p { color: rgb(177,195,178); }

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

background-color css

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

 a { background-color: rgb(177,195,178); }

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

border-color css

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

 span { border-color: rgb(177,195,178); }

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