Html Css Color HEX #9DBABE Casper

📋 copy color: '#9DBABE'

red 157 ◦ green 186 ◦ blue 190

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

Shades of Casper #9DBABE

Tints of Casper #9DBABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

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

R = 29.46%
G = 34.9%
B = 35.65%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DBABE (or 0x9DBABE) is known color: Casper. HEX triplet: 9D, BA and BE. RGB value is (157,186,190). Sum of RGB (Red+Green+Blue) = 157+186+190=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBABE is #624541. Grayscale: #B1B1B1. Windows color (decimal): -6440258 or 12499613. OLE color: 12499613.

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

Color convert

RGB 157 186 190 -
CMYK 0.17 0.02 0 0.25
HSL 187.27º 0.2% 0.68% -
HSV(B) 187.27º 0.17% 0.75% -
XYZ 40.76 46 55.45 -
YUV 177.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 157 186 190 0.17 0.02 0 0.25 187.27 0.2 0.68
Hex 9D BA BE 11 2 0 19 BB 14 44
Octal 235 272 276 21 2 0 31 273 24 104
Binary 10011101 10111010 10111110 10001 10 0 11001 10111011 10100 1000100

Color Harmonies of #9DBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBABE

Black with #9DBABE

Text Example


Text Example

White with #9DBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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