Html Css Color HEX #B7C8CD Heather

📋 copy color: '#B7C8CD'

red 183 ◦ green 200 ◦ blue 205

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

Shades of Heather #B7C8CD

Tints of Heather #B7C8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.01%

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 31.12%
G = 34.01%
B = 34.86%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B7C8CD (or 0xB7C8CD) is known color: Heather. HEX triplet: B7, C8 and CD. RGB value is (183,200,205). Sum of RGB (Red+Green+Blue) = 183+200+205=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C8CD is #483732. Grayscale: #C3C3C3. Windows color (decimal): -4732723 or 13486263. OLE color: 13486263.

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

Color convert

RGB 183 200 205 -
CMYK 0.11 0.02 0 0.20
HSL 193.64º 0.18% 0.76% -
HSV(B) 193.64º 0.11% 0.8% -
XYZ 51.2 55.78 65.83 -
YUV 195.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 183 200 205 0.11 0.02 0 0.20 193.64 0.18 0.76
Hex B7 C8 CD B 2 0 14 C2 12 4C
Octal 267 310 315 13 2 0 24 302 22 114
Binary 10110111 11001000 11001101 1011 10 0 10100 11000010 10010 1001100

Color Harmonies of #B7C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C8CD

Black with #B7C8CD

Text Example


Text Example

White with #B7C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C8CD; }

 p { color: rgb(183,200,205); }

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

background-color css

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

 a { background-color: rgb(183,200,205); }

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

border-color css

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

 span { border-color: rgb(183,200,205); }

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