Html Css Color HEX #B5C2CB Heather

📋 copy color: '#B5C2CB'

red 181 ◦ green 194 ◦ blue 203

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

Shades of Heather #B5C2CB

Tints of Heather #B5C2CB

RGB

 RED value IS 181 (71.09% from 255) = 31.31%

 GREEN value IS 194 (76.17% from 255) = 33.56%

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

R = 31.31%
G = 33.56%
B = 35.12%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B5C2CB (or 0xB5C2CB) is known color: Heather. HEX triplet: B5, C2 and CB. RGB value is (181,194,203). Sum of RGB (Red+Green+Blue) = 181+194+203=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2CB is #4A3D34. Grayscale: #BFBFBF. Windows color (decimal): -4865333 or 13353653. OLE color: 13353653.

HSL color Cylindrical-coordinate representation of color #B5C2CB: hue angle of 204.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C2CB is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 194 203 -
CMYK 0.11 0.04 0 0.20
HSL 204.55º 0.17% 0.75% -
HSV(B) 204.55º 0.11% 0.8% -
XYZ 49.13 52.72 64.09 -
YUV 191.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 181 194 203 0.11 0.04 0 0.20 204.55 0.17 0.75
Hex B5 C2 CB B 4 0 14 CD 11 4B
Octal 265 302 313 13 4 0 24 315 21 113
Binary 10110101 11000010 11001011 1011 100 0 10100 11001101 10001 1001011

Color Harmonies of #B5C2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C2CB

Black with #B5C2CB

Text Example


Text Example

White with #B5C2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C2CB; }

 p { color: rgb(181,194,203); }

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

background-color css

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

 a { background-color: rgb(181,194,203); }

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

border-color css

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

 span { border-color: rgb(181,194,203); }

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