Html Css Color HEX #9DBBC9 Heather

📋 copy color: '#9DBBC9'

red 157 ◦ green 187 ◦ blue 201

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

Shades of Heather #9DBBC9

Tints of Heather #9DBBC9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 28.81%
G = 34.31%
B = 36.88%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9DBBC9 (or 0x9DBBC9) is known color: Heather. HEX triplet: 9D, BB and C9. RGB value is (157,187,201). Sum of RGB (Red+Green+Blue) = 157+187+201=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #9DBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBC9 is #624436. Grayscale: #B3B3B3. Windows color (decimal): -6439991 or 13220765. OLE color: 13220765.

HSL color Cylindrical-coordinate representation of color #9DBBC9: hue angle of 199.09º degrees, saturation: 0.29, 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 #9DBBC9 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 187 201 -
CMYK 0.22 0.07 0 0.21
HSL 199.09º 0.29% 0.7% -
HSV(B) 199.09º 0.22% 0.79% -
XYZ 42.22 46.93 62.09 -
YUV 179.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 157 187 201 0.22 0.07 0 0.21 199.09 0.29 0.7
Hex 9D BB C9 16 7 0 15 C7 1D 46
Octal 235 273 311 26 7 0 25 307 35 106
Binary 10011101 10111011 11001001 10110 111 0 10101 11000111 11101 1000110

Color Harmonies of #9DBBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBBC9

Black with #9DBBC9

Text Example


Text Example

White with #9DBBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,201); }

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

background-color css

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

 a { background-color: rgb(157,187,201); }

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

border-color css

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

 span { border-color: rgb(157,187,201); }

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