Html Css Color HEX #9DB4BC Casper

📋 copy color: '#9DB4BC'

red 157 ◦ green 180 ◦ blue 188

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

Shades of Casper #9DB4BC

Tints of Casper #9DB4BC

RGB

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

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

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

R = 29.9%
G = 34.29%
B = 35.81%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9DB4BC (or 0x9DB4BC) is known color: Casper. HEX triplet: 9D, B4 and BC. RGB value is (157,180,188). Sum of RGB (Red+Green+Blue) = 157+180+188=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB4BC is #624B43. Grayscale: #ADADAD. Windows color (decimal): -6441796 or 12367005. OLE color: 12367005.

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

Color convert

RGB 157 180 188 -
CMYK 0.16 0.04 0 0.26
HSL 195.48º 0.19% 0.68% -
HSV(B) 195.48º 0.16% 0.74% -
XYZ 39.3 43.44 53.89 -
YUV 174.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 157 180 188 0.16 0.04 0 0.26 195.48 0.19 0.68
Hex 9D B4 BC 10 4 0 1A C3 13 44
Octal 235 264 274 20 4 0 32 303 23 104
Binary 10011101 10110100 10111100 10000 100 0 11010 11000011 10011 1000100

Color Harmonies of #9DB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB4BC

Black with #9DB4BC

Text Example


Text Example

White with #9DB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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