Html Css Color HEX #9DB3BC Casper

📋 copy color: '#9DB3BC'

red 157 ◦ green 179 ◦ blue 188

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

Shades of Casper #9DB3BC

Tints of Casper #9DB3BC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.16%

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 29.96%
G = 34.16%
B = 35.88%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9DB3BC (or 0x9DB3BC) is known color: Casper. HEX triplet: 9D, B3 and BC. RGB value is (157,179,188). Sum of RGB (Red+Green+Blue) = 157+179+188=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB3BC is #624C43. Grayscale: #ADADAD. Windows color (decimal): -6442052 or 12366749. OLE color: 12366749.

HSL color Cylindrical-coordinate representation of color #9DB3BC: hue angle of 197.42º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB3BC is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 179 188 -
CMYK 0.16 0.05 0 0.26
HSL 197.42º 0.19% 0.68% -
HSV(B) 197.42º 0.16% 0.74% -
XYZ 39.1 43.04 53.82 -
YUV 173.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 157 179 188 0.16 0.05 0 0.26 197.42 0.19 0.68
Hex 9D B3 BC 10 5 0 1A C5 13 44
Octal 235 263 274 20 5 0 32 305 23 104
Binary 10011101 10110011 10111100 10000 101 0 11010 11000101 10011 1000100

Color Harmonies of #9DB3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB3BC

Black with #9DB3BC

Text Example


Text Example

White with #9DB3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,179,188); }

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

background-color css

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

 a { background-color: rgb(157,179,188); }

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

border-color css

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

 span { border-color: rgb(157,179,188); }

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