Html Css Color HEX #9BB7BE Casper

📋 copy color: '#9BB7BE'

red 155 ◦ green 183 ◦ blue 190

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

Shades of Casper #9BB7BE

Tints of Casper #9BB7BE

RGB

 RED value IS 155 (60.94% from 255) = 29.36%

 GREEN value IS 183 (71.88% from 255) = 34.66%

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

R = 29.36%
G = 34.66%
B = 35.98%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BB7BE (or 0x9BB7BE) is known color: Casper. HEX triplet: 9B, B7 and BE. RGB value is (155,183,190). Sum of RGB (Red+Green+Blue) = 155+183+190=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB7BE is #644841. Grayscale: #AFAFAF. Windows color (decimal): -6572098 or 12498843. OLE color: 12498843.

HSL color Cylindrical-coordinate representation of color #9BB7BE: hue angle of 192º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BB7BE is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 183 190 -
CMYK 0.18 0.04 0 0.25
HSL 192º 0.21% 0.68% -
HSV(B) 192º 0.18% 0.75% -
XYZ 39.75 44.55 55.22 -
YUV 175.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 155 183 190 0.18 0.04 0 0.25 192 0.21 0.68
Hex 9B B7 BE 12 4 0 19 C0 15 44
Octal 233 267 276 22 4 0 31 300 25 104
Binary 10011011 10110111 10111110 10010 100 0 11001 11000000 10101 1000100

Color Harmonies of #9BB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB7BE

Black with #9BB7BE

Text Example


Text Example

White with #9BB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,183,190); }

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

background-color css

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

 a { background-color: rgb(155,183,190); }

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

border-color css

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

 span { border-color: rgb(155,183,190); }

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