Html Css Color HEX #9BB9BB Casper

📋 copy color: '#9BB9BB'

red 155 ◦ green 185 ◦ blue 187

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

Shades of Casper #9BB9BB

Tints of Casper #9BB9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 29.41%
G = 35.1%
B = 35.48%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BB9BB (or 0x9BB9BB) is known color: Casper. HEX triplet: 9B, B9 and BB. RGB value is (155,185,187). Sum of RGB (Red+Green+Blue) = 155+185+187=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9BB is #644644. Grayscale: #B0B0B0. Windows color (decimal): -6571589 or 12302747. OLE color: 12302747.

HSL color Cylindrical-coordinate representation of color #9BB9BB: hue angle of 183.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BB9BB is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 187 -
CMYK 0.17 0.01 0 0.27
HSL 183.75º 0.19% 0.67% -
HSV(B) 183.75º 0.17% 0.73% -
XYZ 39.84 45.25 53.65 -
YUV 176.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 155 185 187 0.17 0.01 0 0.27 183.75 0.19 0.67
Hex 9B B9 BB 11 1 0 1B B8 13 43
Octal 233 271 273 21 1 0 33 270 23 103
Binary 10011011 10111001 10111011 10001 1 0 11011 10111000 10011 1000011

Color Harmonies of #9BB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB9BB

Black with #9BB9BB

Text Example


Text Example

White with #9BB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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