Html Css Color HEX #9BB9BF Casper

📋 copy color: '#9BB9BF'

red 155 ◦ green 185 ◦ blue 191

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

Shades of Casper #9BB9BF

Tints of Casper #9BB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

 BLUE value IS 191 (75% from 255) = 35.97%

R = 29.19%
G = 34.84%
B = 35.97%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BB9BF (or 0x9BB9BF) is known color: Casper. HEX triplet: 9B, B9 and BF. RGB value is (155,185,191). Sum of RGB (Red+Green+Blue) = 155+185+191=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9BF is #644640. Grayscale: #B0B0B0. Windows color (decimal): -6571585 or 12564891. OLE color: 12564891.

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

Color convert

RGB 155 185 191 -
CMYK 0.19 0.03 0 0.25
HSL 190º 0.22% 0.68% -
HSV(B) 190º 0.19% 0.75% -
XYZ 40.27 45.43 55.94 -
YUV 176.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 155 185 191 0.19 0.03 0 0.25 190 0.22 0.68
Hex 9B B9 BF 13 3 0 19 BE 16 44
Octal 233 271 277 23 3 0 31 276 26 104
Binary 10011011 10111001 10111111 10011 11 0 11001 10111110 10110 1000100

Color Harmonies of #9BB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB9BF

Black with #9BB9BF

Text Example


Text Example

White with #9BB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,185,191); }

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

background-color css

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

 a { background-color: rgb(155,185,191); }

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

border-color css

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

 span { border-color: rgb(155,185,191); }

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