Html Css Color HEX #9DB7BE Casper

📋 copy color: '#9DB7BE'

red 157 ◦ green 183 ◦ blue 190

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

Shades of Casper #9DB7BE

Tints of Casper #9DB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.53%

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 29.62%
G = 34.53%
B = 35.85%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DB7BE (or 0x9DB7BE) is known color: Casper. HEX triplet: 9D, B7 and BE. RGB value is (157,183,190). Sum of RGB (Red+Green+Blue) = 157+183+190=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB7BE is #624841. Grayscale: #AFAFAF. Windows color (decimal): -6441026 or 12498845. OLE color: 12498845.

HSL color Cylindrical-coordinate representation of color #9DB7BE: hue angle of 192.73º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DB7BE is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 183 190 -
CMYK 0.17 0.04 0 0.25
HSL 192.73º 0.2% 0.68% -
HSV(B) 192.73º 0.17% 0.75% -
XYZ 40.13 44.75 55.24 -
YUV 176.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 157 183 190 0.17 0.04 0 0.25 192.73 0.2 0.68
Hex 9D B7 BE 11 4 0 19 C1 14 44
Octal 235 267 276 21 4 0 31 301 24 104
Binary 10011101 10110111 10111110 10001 100 0 11001 11000001 10100 1000100

Color Harmonies of #9DB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB7BE

Black with #9DB7BE

Text Example


Text Example

White with #9DB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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