Html Css Color HEX #B7C6CB Heather

📋 copy color: '#B7C6CB'

red 183 ◦ green 198 ◦ blue 203

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

Shades of Heather #B7C6CB

Tints of Heather #B7C6CB

RGB

 RED value IS 183 (71.88% from 255) = 31.34%

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

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

R = 31.34%
G = 33.9%
B = 34.76%

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

#B7C6CB (or 0xB7C6CB) is known color: Heather. HEX triplet: B7, C6 and CB. RGB value is (183,198,203). Sum of RGB (Red+Green+Blue) = 183+198+203=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C6CB is #483934. Grayscale: #C2C2C2. Windows color (decimal): -4733237 or 13354679. OLE color: 13354679.

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

Color convert

RGB 183 198 203 -
CMYK 0.10 0.02 0 0.20
HSL 195º 0.16% 0.76% -
HSV(B) 195º 0.1% 0.8% -
XYZ 50.5 54.77 64.41 -
YUV 194.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 183 198 203 0.10 0.02 0 0.20 195 0.16 0.76
Hex B7 C6 CB A 2 0 14 C3 10 4C
Octal 267 306 313 12 2 0 24 303 20 114
Binary 10110111 11000110 11001011 1010 10 0 10100 11000011 10000 1001100

Color Harmonies of #B7C6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C6CB

Black with #B7C6CB

Text Example


Text Example

White with #B7C6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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