Html Css Color HEX #B4C3B3 Zanah

📋 copy color: '#B4C3B3'

red 180 ◦ green 195 ◦ blue 179

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

Shades of Zanah #B4C3B3

Tints of Zanah #B4C3B3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.2%

 BLUE value IS 179 (70.31% from 255) = 32.31%

R = 32.49%
G = 35.2%
B = 32.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#B4C3B3 (or 0xB4C3B3) is known color: Zanah. HEX triplet: B4, C3 and B3. RGB value is (180,195,179). Sum of RGB (Red+Green+Blue) = 180+195+179=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C3B3 is #4B3C4C. Grayscale: #BCBCBC. Windows color (decimal): -4930637 or 11781044. OLE color: 11781044.

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

Color convert

RGB 180 195 179 -
CMYK 0.08 0 0.08 0.24
HSL 116.25º 0.12% 0.73% -
HSV(B) 116.25º 0.08% 0.76% -
XYZ 46.47 51.99 50.23 -
YUV 188.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 180 195 179 0.08 0 0.08 0.24 116.25 0.12 0.73
Hex B4 C3 B3 8 0 8 18 74 C 49
Octal 264 303 263 10 0 10 30 164 14 111
Binary 10110100 11000011 10110011 1000 0 1000 11000 1110100 1100 1001001

Color Harmonies of #B4C3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C3B3

Black with #B4C3B3

Text Example


Text Example

White with #B4C3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C3B3; }

 p { color: rgb(180,195,179); }

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

background-color css

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

 a { background-color: rgb(180,195,179); }

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

border-color css

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

 span { border-color: rgb(180,195,179); }

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