Html Css Color HEX #B6C6CB Heather

📋 copy color: '#B6C6CB'

red 182 ◦ green 198 ◦ blue 203

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

Shades of Heather #B6C6CB

Tints of Heather #B6C6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.96%

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

R = 31.22%
G = 33.96%
B = 34.82%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6C6CB (or 0xB6C6CB) is known color: Heather. HEX triplet: B6, C6 and CB. RGB value is (182,198,203). Sum of RGB (Red+Green+Blue) = 182+198+203=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C6CB is #493934. Grayscale: #C1C1C1. Windows color (decimal): -4798773 or 13354678. OLE color: 13354678.

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

Color convert

RGB 182 198 203 -
CMYK 0.10 0.02 0 0.20
HSL 194.29º 0.17% 0.75% -
HSV(B) 194.29º 0.1% 0.8% -
XYZ 50.26 54.65 64.4 -
YUV 193.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 182 198 203 0.10 0.02 0 0.20 194.29 0.17 0.75
Hex B6 C6 CB A 2 0 14 C2 11 4B
Octal 266 306 313 12 2 0 24 302 21 113
Binary 10110110 11000110 11001011 1010 10 0 10100 11000010 10001 1001011

Color Harmonies of #B6C6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C6CB

Black with #B6C6CB

Text Example


Text Example

White with #B6C6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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