Html Css Color HEX #9DBECD Heather

📋 copy color: '#9DBECD'

red 157 ◦ green 190 ◦ blue 205

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

Shades of Heather #9DBECD

Tints of Heather #9DBECD

RGB

 RED value IS 157 (61.72% from 255) = 28.44%

 GREEN value IS 190 (74.61% from 255) = 34.42%

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

R = 28.44%
G = 34.42%
B = 37.14%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9DBECD (or 0x9DBECD) is known color: Heather. HEX triplet: 9D, BE and CD. RGB value is (157,190,205). Sum of RGB (Red+Green+Blue) = 157+190+205=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBECD is #624132. Grayscale: #B5B5B5. Windows color (decimal): -6439219 or 13483677. OLE color: 13483677.

HSL color Cylindrical-coordinate representation of color #9DBECD: hue angle of 198.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DBECD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 190 205 -
CMYK 0.23 0.07 0 0.20
HSL 198.75º 0.32% 0.71% -
HSV(B) 198.75º 0.23% 0.8% -
XYZ 43.34 48.4 64.82 -
YUV 181.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 157 190 205 0.23 0.07 0 0.20 198.75 0.32 0.71
Hex 9D BE CD 17 7 0 14 C7 20 47
Octal 235 276 315 27 7 0 24 307 40 107
Binary 10011101 10111110 11001101 10111 111 0 10100 11000111 100000 1000111

Color Harmonies of #9DBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBECD

Black with #9DBECD

Text Example


Text Example

White with #9DBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DBECD; }

 p { color: rgb(157,190,205); }

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

background-color css

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

 a { background-color: rgb(157,190,205); }

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

border-color css

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

 span { border-color: rgb(157,190,205); }

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