Html Css Color HEX #9DBDCA Heather

📋 copy color: '#9DBDCA'

red 157 ◦ green 189 ◦ blue 202

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

Shades of Heather #9DBDCA

Tints of Heather #9DBDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.49%

 BLUE value IS 202 (79.3% from 255) = 36.86%

R = 28.65%
G = 34.49%
B = 36.86%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9DBDCA (or 0x9DBDCA) is known color: Heather. HEX triplet: 9D, BD and CA. RGB value is (157,189,202). Sum of RGB (Red+Green+Blue) = 157+189+202=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDCA is #624235. Grayscale: #B4B4B4. Windows color (decimal): -6439478 or 13286813. OLE color: 13286813.

HSL color Cylindrical-coordinate representation of color #9DBDCA: hue angle of 197.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DBDCA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 189 202 -
CMYK 0.22 0.06 0 0.21
HSL 197.33º 0.3% 0.7% -
HSV(B) 197.33º 0.22% 0.79% -
XYZ 42.76 47.83 62.85 -
YUV 180.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 157 189 202 0.22 0.06 0 0.21 197.33 0.3 0.7
Hex 9D BD CA 16 6 0 15 C5 1E 46
Octal 235 275 312 26 6 0 25 305 36 106
Binary 10011101 10111101 11001010 10110 110 0 10101 11000101 11110 1000110

Color Harmonies of #9DBDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBDCA

Black with #9DBDCA

Text Example


Text Example

White with #9DBDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,189,202); }

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

background-color css

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

 a { background-color: rgb(157,189,202); }

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

border-color css

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

 span { border-color: rgb(157,189,202); }

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