Html Css Color HEX #B2C4CB Heather

📋 copy color: '#B2C4CB'

red 178 ◦ green 196 ◦ blue 203

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

Shades of Heather #B2C4CB

Tints of Heather #B2C4CB

RGB

 RED value IS 178 (69.92% from 255) = 30.85%

 GREEN value IS 196 (76.95% from 255) = 33.97%

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 30.85%
G = 33.97%
B = 35.18%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2C4CB (or 0xB2C4CB) is known color: Heather. HEX triplet: B2, C4 and CB. RGB value is (178,196,203). Sum of RGB (Red+Green+Blue) = 178+196+203=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4CB is #4D3B34. Grayscale: #BFBFBF. Windows color (decimal): -5061429 or 13354162. OLE color: 13354162.

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

Color convert

RGB 178 196 203 -
CMYK 0.12 0.03 0 0.20
HSL 196.8º 0.19% 0.75% -
HSV(B) 196.8º 0.12% 0.8% -
XYZ 48.88 53.26 64.2 -
YUV 191.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 178 196 203 0.12 0.03 0 0.20 196.8 0.19 0.75
Hex B2 C4 CB C 3 0 14 C5 13 4B
Octal 262 304 313 14 3 0 24 305 23 113
Binary 10110010 11000100 11001011 1100 11 0 10100 11000101 10011 1001011

Color Harmonies of #B2C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C4CB

Black with #B2C4CB

Text Example


Text Example

White with #B2C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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