Html Css Color HEX #9DB9BE Casper

📋 copy color: '#9DB9BE'

red 157 ◦ green 185 ◦ blue 190

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

Shades of Casper #9DB9BE

Tints of Casper #9DB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

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

R = 29.51%
G = 34.77%
B = 35.71%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DB9BE (or 0x9DB9BE) is known color: Casper. HEX triplet: 9D, B9 and BE. RGB value is (157,185,190). Sum of RGB (Red+Green+Blue) = 157+185+190=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9BE is #624641. Grayscale: #B1B1B1. Windows color (decimal): -6440514 or 12499357. OLE color: 12499357.

HSL color Cylindrical-coordinate representation of color #9DB9BE: hue angle of 189.09º 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 #9DB9BE is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 185 190 -
CMYK 0.17 0.03 0 0.25
HSL 189.09º 0.2% 0.68% -
HSV(B) 189.09º 0.17% 0.75% -
XYZ 40.55 45.58 55.38 -
YUV 177.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 157 185 190 0.17 0.03 0 0.25 189.09 0.2 0.68
Hex 9D B9 BE 11 3 0 19 BD 14 44
Octal 235 271 276 21 3 0 31 275 24 104
Binary 10011101 10111001 10111110 10001 11 0 11001 10111101 10100 1000100

Color Harmonies of #9DB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB9BE

Black with #9DB9BE

Text Example


Text Example

White with #9DB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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