Html Css Color HEX #B3C1B3 Zanah

📋 copy color: '#B3C1B3'

red 179 ◦ green 193 ◦ blue 179

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

Shades of Zanah #B3C1B3

Tints of Zanah #B3C1B3

RGB

 RED value IS 179 (70.31% from 255) = 32.49%

 GREEN value IS 193 (75.78% from 255) = 35.03%

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

R = 32.49%
G = 35.03%
B = 32.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#B3C1B3 (or 0xB3C1B3) is known color: Zanah. HEX triplet: B3, C1 and B3. RGB value is (179,193,179). Sum of RGB (Red+Green+Blue) = 179+193+179=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1B3 is #4C3E4C. Grayscale: #BBBBBB. Windows color (decimal): -4996685 or 11780531. OLE color: 11780531.

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

Color convert

RGB 179 193 179 -
CMYK 0.07 0 0.07 0.24
HSL 120º 0.1% 0.73% -
HSV(B) 120º 0.07% 0.76% -
XYZ 45.8 50.98 50.07 -
YUV 187.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 179 193 179 0.07 0 0.07 0.24 120 0.1 0.73
Hex B3 C1 B3 7 0 7 18 78 A 49
Octal 263 301 263 7 0 7 30 170 12 111
Binary 10110011 11000001 10110011 111 0 111 11000 1111000 1010 1001001

Color Harmonies of #B3C1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C1B3

Black with #B3C1B3

Text Example


Text Example

White with #B3C1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C1B3; }

 p { color: rgb(179,193,179); }

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

background-color css

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

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

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

border-color css

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

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

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