Html Css Color HEX #B3C6B2 Zanah

📋 copy color: '#B3C6B2'

red 179 ◦ green 198 ◦ blue 178

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

Shades of Zanah #B3C6B2

Tints of Zanah #B3C6B2

RGB

 RED value IS 179 (70.31% from 255) = 32.25%

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

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

R = 32.25%
G = 35.68%
B = 32.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#B3C6B2 (or 0xB3C6B2) is known color: Zanah. HEX triplet: B3, C6 and B2. RGB value is (179,198,178). Sum of RGB (Red+Green+Blue) = 179+198+178=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C6B2 is #4C394D. Grayscale: #BEBEBE. Windows color (decimal): -4995406 or 11716275. OLE color: 11716275.

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

Color convert

RGB 179 198 178 -
CMYK 0.10 0 0.10 0.22
HSL 117º 0.15% 0.74% -
HSV(B) 117º 0.1% 0.78% -
XYZ 46.82 53.19 49.92 -
YUV 190.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 179 198 178 0.10 0 0.10 0.22 117 0.15 0.74
Hex B3 C6 B2 A 0 A 16 75 F 4A
Octal 263 306 262 12 0 12 26 165 17 112
Binary 10110011 11000110 10110010 1010 0 1010 10110 1110101 1111 1001010

Color Harmonies of #B3C6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C6B2

Black with #B3C6B2

Text Example


Text Example

White with #B3C6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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