Html Css Color HEX #9DBBBE Casper

📋 copy color: '#9DBBBE'

red 157 ◦ green 187 ◦ blue 190

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

Shades of Casper #9DBBBE

Tints of Casper #9DBBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.02%

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

R = 29.4%
G = 35.02%
B = 35.58%

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

#9DBBBE (or 0x9DBBBE) is known color: Casper. HEX triplet: 9D, BB and BE. RGB value is (157,187,190). Sum of RGB (Red+Green+Blue) = 157+187+190=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBBE is #624441. Grayscale: #B2B2B2. Windows color (decimal): -6440002 or 12499869. OLE color: 12499869.

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

Color convert

RGB 157 187 190 -
CMYK 0.17 0.02 0 0.25
HSL 185.45º 0.2% 0.68% -
HSV(B) 185.45º 0.17% 0.75% -
XYZ 40.97 46.43 55.52 -
YUV 178.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 157 187 190 0.17 0.02 0 0.25 185.45 0.2 0.68
Hex 9D BB BE 11 2 0 19 B9 14 44
Octal 235 273 276 21 2 0 31 271 24 104
Binary 10011101 10111011 10111110 10001 10 0 11001 10111001 10100 1000100

Color Harmonies of #9DBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBBBE

Black with #9DBBBE

Text Example


Text Example

White with #9DBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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