Html Css Color HEX #9DB4BE Casper

📋 copy color: '#9DB4BE'

red 157 ◦ green 180 ◦ blue 190

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

Shades of Casper #9DB4BE

Tints of Casper #9DB4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.16%

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

R = 29.79%
G = 34.16%
B = 36.05%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DB4BE (or 0x9DB4BE) is known color: Casper. HEX triplet: 9D, B4 and BE. RGB value is (157,180,190). Sum of RGB (Red+Green+Blue) = 157+180+190=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB4BE is #624B41. Grayscale: #AEAEAE. Windows color (decimal): -6441794 or 12498077. OLE color: 12498077.

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

Color convert

RGB 157 180 190 -
CMYK 0.17 0.05 0 0.25
HSL 198.18º 0.2% 0.68% -
HSV(B) 198.18º 0.17% 0.75% -
XYZ 39.52 43.53 55.03 -
YUV 174.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 157 180 190 0.17 0.05 0 0.25 198.18 0.2 0.68
Hex 9D B4 BE 11 5 0 19 C6 14 44
Octal 235 264 276 21 5 0 31 306 24 104
Binary 10011101 10110100 10111110 10001 101 0 11001 11000110 10100 1000100

Color Harmonies of #9DB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB4BE

Black with #9DB4BE

Text Example


Text Example

White with #9DB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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