Html Css Color HEX #B6C5B5 Zanah

📋 copy color: '#B6C5B5'

red 182 ◦ green 197 ◦ blue 181

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

Shades of Zanah #B6C5B5

Tints of Zanah #B6C5B5

RGB

 RED value IS 182 (71.48% from 255) = 32.5%

 GREEN value IS 197 (77.34% from 255) = 35.18%

 BLUE value IS 181 (71.09% from 255) = 32.32%

R = 32.5%
G = 35.18%
B = 32.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#B6C5B5 (or 0xB6C5B5) is known color: Zanah. HEX triplet: B6, C5 and B5. RGB value is (182,197,181). Sum of RGB (Red+Green+Blue) = 182+197+181=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5B5 is #493A4A. Grayscale: #BEBEBE. Windows color (decimal): -4799051 or 11912630. OLE color: 11912630.

HSL color Cylindrical-coordinate representation of color #B6C5B5: hue angle of 116.25º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6C5B5 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 197 181 -
CMYK 0.08 0 0.08 0.23
HSL 116.25º 0.12% 0.74% -
HSV(B) 116.25º 0.08% 0.77% -
XYZ 47.6 53.21 51.48 -
YUV 190.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 182 197 181 0.08 0 0.08 0.23 116.25 0.12 0.74
Hex B6 C5 B5 8 0 8 17 74 C 4A
Octal 266 305 265 10 0 10 27 164 14 112
Binary 10110110 11000101 10110101 1000 0 1000 10111 1110100 1100 1001010

Color Harmonies of #B6C5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C5B5

Black with #B6C5B5

Text Example


Text Example

White with #B6C5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C5B5; }

 p { color: rgb(182,197,181); }

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

background-color css

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

 a { background-color: rgb(182,197,181); }

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

border-color css

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

 span { border-color: rgb(182,197,181); }

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