Html Css Color HEX #B6C5CB Heather

📋 copy color: '#B6C5CB'

red 182 ◦ green 197 ◦ blue 203

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

Shades of Heather #B6C5CB

Tints of Heather #B6C5CB

RGB

 RED value IS 182 (71.48% from 255) = 31.27%

 GREEN value IS 197 (77.34% from 255) = 33.85%

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

R = 31.27%
G = 33.85%
B = 34.88%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6C5CB (or 0xB6C5CB) is known color: Heather. HEX triplet: B6, C5 and CB. RGB value is (182,197,203). Sum of RGB (Red+Green+Blue) = 182+197+203=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5CB is #493A34. Grayscale: #C1C1C1. Windows color (decimal): -4799029 or 13354422. OLE color: 13354422.

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

Color convert

RGB 182 197 203 -
CMYK 0.10 0.03 0 0.20
HSL 197.14º 0.17% 0.75% -
HSV(B) 197.14º 0.1% 0.8% -
XYZ 50.04 54.19 64.32 -
YUV 193.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 182 197 203 0.10 0.03 0 0.20 197.14 0.17 0.75
Hex B6 C5 CB A 3 0 14 C5 11 4B
Octal 266 305 313 12 3 0 24 305 21 113
Binary 10110110 11000101 11001011 1010 11 0 10100 11000101 10001 1001011

Color Harmonies of #B6C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C5CB

Black with #B6C5CB

Text Example


Text Example

White with #B6C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C5CB; }

 p { color: rgb(182,197,203); }

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

background-color css

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

 a { background-color: rgb(182,197,203); }

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

border-color css

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

 span { border-color: rgb(182,197,203); }

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