Html Css Color HEX #B6CBB4 Zanah

📋 copy color: '#B6CBB4'

red 182 ◦ green 203 ◦ blue 180

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

Shades of Zanah #B6CBB4

Tints of Zanah #B6CBB4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

 BLUE value IS 180 (70.7% from 255) = 31.86%

R = 32.21%
G = 35.93%
B = 31.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#B6CBB4 (or 0xB6CBB4) is known color: Zanah. HEX triplet: B6, CB and B4. RGB value is (182,203,180). Sum of RGB (Red+Green+Blue) = 182+203+180=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBB4 is #49344B. Grayscale: #C2C2C2. Windows color (decimal): -4797516 or 11848630. OLE color: 11848630.

HSL color Cylindrical-coordinate representation of color #B6CBB4: hue angle of 114.78º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CBB4 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 203 180 -
CMYK 0.10 0 0.11 0.20
HSL 114.78º 0.18% 0.75% -
HSV(B) 114.78º 0.11% 0.8% -
XYZ 48.89 55.95 51.4 -
YUV 194.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 182 203 180 0.10 0 0.11 0.20 114.78 0.18 0.75
Hex B6 CB B4 A 0 B 14 73 12 4B
Octal 266 313 264 12 0 13 24 163 22 113
Binary 10110110 11001011 10110100 1010 0 1011 10100 1110011 10010 1001011

Color Harmonies of #B6CBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CBB4

Black with #B6CBB4

Text Example


Text Example

White with #B6CBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CBB4; }

 p { color: rgb(182,203,180); }

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

background-color css

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

 a { background-color: rgb(182,203,180); }

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

border-color css

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

 span { border-color: rgb(182,203,180); }

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