Html Css Color HEX #B2CBB4 Zanah

📋 copy color: '#B2CBB4'

red 178 ◦ green 203 ◦ blue 180

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

Shades of Zanah #B2CBB4

Tints of Zanah #B2CBB4

RGB

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

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

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

R = 31.73%
G = 36.19%
B = 32.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#B2CBB4 (or 0xB2CBB4) is known color: Zanah. HEX triplet: B2, CB and B4. RGB value is (178,203,180). Sum of RGB (Red+Green+Blue) = 178+203+180=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBB4 is #4D344B. Grayscale: #C0C0C0. Windows color (decimal): -5059660 or 11848626. OLE color: 11848626.

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

Color convert

RGB 178 203 180 -
CMYK 0.12 0 0.11 0.20
HSL 124.8º 0.19% 0.75% -
HSV(B) 124.8º 0.12% 0.8% -
XYZ 47.95 55.47 51.36 -
YUV 192.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 178 203 180 0.12 0 0.11 0.20 124.8 0.19 0.75
Hex B2 CB B4 C 0 B 14 7D 13 4B
Octal 262 313 264 14 0 13 24 175 23 113
Binary 10110010 11001011 10110100 1100 0 1011 10100 1111101 10011 1001011

Color Harmonies of #B2CBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBB4

Black with #B2CBB4

Text Example


Text Example

White with #B2CBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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