Html Css Color HEX #B0CEB2 Zanah

📋 copy color: '#B0CEB2'

red 176 ◦ green 206 ◦ blue 178

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

Shades of Zanah #B0CEB2

Tints of Zanah #B0CEB2

RGB

 RED value IS 176 (69.14% from 255) = 31.43%

 GREEN value IS 206 (80.86% from 255) = 36.79%

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

R = 31.43%
G = 36.79%
B = 31.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#B0CEB2 (or 0xB0CEB2) is known color: Zanah. HEX triplet: B0, CE and B2. RGB value is (176,206,178). Sum of RGB (Red+Green+Blue) = 176+206+178=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEB2 is #4F314D. Grayscale: #C1C1C1. Windows color (decimal): -5189966 or 11718320. OLE color: 11718320.

HSL color Cylindrical-coordinate representation of color #B0CEB2: hue angle of 124º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CEB2 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 178 -
CMYK 0.15 0 0.14 0.19
HSL 124º 0.23% 0.75% -
HSV(B) 124º 0.15% 0.81% -
XYZ 48.01 56.59 50.51 -
YUV 193.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 176 206 178 0.15 0 0.14 0.19 124 0.23 0.75
Hex B0 CE B2 F 0 E 13 7C 17 4B
Octal 260 316 262 17 0 16 23 174 27 113
Binary 10110000 11001110 10110010 1111 0 1110 10011 1111100 10111 1001011

Color Harmonies of #B0CEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEB2

Black with #B0CEB2

Text Example


Text Example

White with #B0CEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEB2; }

 p { color: rgb(176,206,178); }

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

background-color css

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

 a { background-color: rgb(176,206,178); }

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

border-color css

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

 span { border-color: rgb(176,206,178); }

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