Html Css Color HEX #9EB6BE Casper

📋 copy color: '#9EB6BE'

red 158 ◦ green 182 ◦ blue 190

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

Shades of Casper #9EB6BE

Tints of Casper #9EB6BE

RGB

 RED value IS 158 (62.11% from 255) = 29.81%

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

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

R = 29.81%
G = 34.34%
B = 35.85%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9EB6BE (or 0x9EB6BE) is known color: Casper. HEX triplet: 9E, B6 and BE. RGB value is (158,182,190). Sum of RGB (Red+Green+Blue) = 158+182+190=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB6BE is #614941. Grayscale: #AFAFAF. Windows color (decimal): -6375746 or 12498590. OLE color: 12498590.

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

Color convert

RGB 158 182 190 -
CMYK 0.17 0.04 0 0.25
HSL 195º 0.2% 0.68% -
HSV(B) 195º 0.17% 0.75% -
XYZ 40.12 44.44 55.18 -
YUV 175.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 158 182 190 0.17 0.04 0 0.25 195 0.2 0.68
Hex 9E B6 BE 11 4 0 19 C3 14 44
Octal 236 266 276 21 4 0 31 303 24 104
Binary 10011110 10110110 10111110 10001 100 0 11001 11000011 10100 1000100

Color Harmonies of #9EB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6BE

Black with #9EB6BE

Text Example


Text Example

White with #9EB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,190); }

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

background-color css

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

 a { background-color: rgb(158,182,190); }

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

border-color css

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

 span { border-color: rgb(158,182,190); }

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