Html Css Color HEX #9DBABB Casper

📋 copy color: '#9DBABB'

red 157 ◦ green 186 ◦ blue 187

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

Shades of Casper #9DBABB

Tints of Casper #9DBABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 29.62%
G = 35.09%
B = 35.28%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DBABB (or 0x9DBABB) is known color: Casper. HEX triplet: 9D, BA and BB. RGB value is (157,186,187). Sum of RGB (Red+Green+Blue) = 157+186+187=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBABB is #624544. Grayscale: #B1B1B1. Windows color (decimal): -6440261 or 12303005. OLE color: 12303005.

HSL color Cylindrical-coordinate representation of color #9DBABB: hue angle of 182º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBABB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 186 187 -
CMYK 0.16 0.01 0 0.27
HSL 182º 0.18% 0.67% -
HSV(B) 182º 0.16% 0.73% -
XYZ 40.43 45.87 53.74 -
YUV 177.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 157 186 187 0.16 0.01 0 0.27 182 0.18 0.67
Hex 9D BA BB 10 1 0 1B B6 12 43
Octal 235 272 273 20 1 0 33 266 22 103
Binary 10011101 10111010 10111011 10000 1 0 11011 10110110 10010 1000011

Color Harmonies of #9DBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBABB

Black with #9DBABB

Text Example


Text Example

White with #9DBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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