Html Css Color HEX #9DB6BC Casper

📋 copy color: '#9DB6BC'

red 157 ◦ green 182 ◦ blue 188

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

Shades of Casper #9DB6BC

Tints of Casper #9DB6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.54%

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

R = 29.79%
G = 34.54%
B = 35.67%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9DB6BC (or 0x9DB6BC) is known color: Casper. HEX triplet: 9D, B6 and BC. RGB value is (157,182,188). Sum of RGB (Red+Green+Blue) = 157+182+188=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB6BC is #624943. Grayscale: #AFAFAF. Windows color (decimal): -6441284 or 12367517. OLE color: 12367517.

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

Color convert

RGB 157 182 188 -
CMYK 0.16 0.03 0 0.26
HSL 191.61º 0.19% 0.68% -
HSV(B) 191.61º 0.16% 0.74% -
XYZ 39.71 44.25 54.03 -
YUV 175.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 157 182 188 0.16 0.03 0 0.26 191.61 0.19 0.68
Hex 9D B6 BC 10 3 0 1A C0 13 44
Octal 235 266 274 20 3 0 32 300 23 104
Binary 10011101 10110110 10111100 10000 11 0 11010 11000000 10011 1000100

Color Harmonies of #9DB6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB6BC

Black with #9DB6BC

Text Example


Text Example

White with #9DB6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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