Html Css Color HEX #B3D1B3 Zanah

📋 copy color: '#B3D1B3'

red 179 ◦ green 209 ◦ blue 179

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

Shades of Zanah #B3D1B3

Tints of Zanah #B3D1B3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.86%

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

R = 31.57%
G = 36.86%
B = 31.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#B3D1B3 (or 0xB3D1B3) is known color: Zanah. HEX triplet: B3, D1 and B3. RGB value is (179,209,179). Sum of RGB (Red+Green+Blue) = 179+209+179=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D1B3 is #4C2E4C. Grayscale: #C4C4C4. Windows color (decimal): -4992589 or 11784627. OLE color: 11784627.

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

Color convert

RGB 179 209 179 -
CMYK 0.14 0 0.14 0.18
HSL 120º 0.25% 0.76% -
HSV(B) 120º 0.14% 0.82% -
XYZ 49.53 58.44 51.32 -
YUV 196.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 179 209 179 0.14 0 0.14 0.18 120 0.25 0.76
Hex B3 D1 B3 E 0 E 12 78 19 4C
Octal 263 321 263 16 0 16 22 170 31 114
Binary 10110011 11010001 10110011 1110 0 1110 10010 1111000 11001 1001100

Color Harmonies of #B3D1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D1B3

Black with #B3D1B3

Text Example


Text Example

White with #B3D1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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