Html Css Color HEX #B7C9D0 Heather

📋 copy color: '#B7C9D0'

red 183 ◦ green 201 ◦ blue 208

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

Shades of Heather #B7C9D0

Tints of Heather #B7C9D0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.95%

 BLUE value IS 208 (81.64% from 255) = 35.14%

R = 30.91%
G = 33.95%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B7C9D0 (or 0xB7C9D0) is known color: Heather. HEX triplet: B7, C9 and D0. RGB value is (183,201,208). Sum of RGB (Red+Green+Blue) = 183+201+208=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7C9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9D0 is #48362F. Grayscale: #C4C4C4. Windows color (decimal): -4732464 or 13683127. OLE color: 13683127.

HSL color Cylindrical-coordinate representation of color #B7C9D0: hue angle of 196.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7C9D0 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 201 208 -
CMYK 0.12 0.03 0 0.18
HSL 196.8º 0.21% 0.77% -
HSV(B) 196.8º 0.12% 0.82% -
XYZ 51.8 56.39 67.83 -
YUV 196.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 183 201 208 0.12 0.03 0 0.18 196.8 0.21 0.77
Hex B7 C9 D0 C 3 0 12 C5 15 4D
Octal 267 311 320 14 3 0 22 305 25 115
Binary 10110111 11001001 11010000 1100 11 0 10010 11000101 10101 1001101

Color Harmonies of #B7C9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C9D0

Black with #B7C9D0

Text Example


Text Example

White with #B7C9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C9D0; }

 p { color: rgb(183,201,208); }

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

background-color css

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

 a { background-color: rgb(183,201,208); }

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

border-color css

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

 span { border-color: rgb(183,201,208); }

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