Html Css Color HEX #B4CBB2 Zanah

📋 copy color: '#B4CBB2'

red 180 ◦ green 203 ◦ blue 178

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

Shades of Zanah #B4CBB2

Tints of Zanah #B4CBB2

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B4CBB2: hue angle of 115.2º 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 #B4CBB2 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 203 178 -
CMYK 0.11 0 0.12 0.20
HSL 115.2º 0.19% 0.75% -
HSV(B) 115.2º 0.12% 0.8% -
XYZ 48.21 55.63 50.32 -
YUV 193.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 180 203 178 0.11 0 0.12 0.20 115.2 0.19 0.75
Hex B4 CB B2 B 0 C 14 73 13 4B
Octal 264 313 262 13 0 14 24 163 23 113
Binary 10110100 11001011 10110010 1011 0 1100 10100 1110011 10011 1001011

Color Harmonies of #B4CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBB2

Black with #B4CBB2

Text Example


Text Example

White with #B4CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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