Html Css Color HEX #9BB9BA Casper

📋 copy color: '#9BB9BA'

red 155 ◦ green 185 ◦ blue 186

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

Shades of Casper #9BB9BA

Tints of Casper #9BB9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 29.47%
G = 35.17%
B = 35.36%

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

#9BB9BA (or 0x9BB9BA) is known color: Casper. HEX triplet: 9B, B9 and BA. RGB value is (155,185,186). Sum of RGB (Red+Green+Blue) = 155+185+186=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9BA is #644645. Grayscale: #B0B0B0. Windows color (decimal): -6571590 or 12237211. OLE color: 12237211.

HSL color Cylindrical-coordinate representation of color #9BB9BA: hue angle of 181.94º degrees, saturation: 0.18, 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 #9BB9BA is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 186 -
CMYK 0.17 0.01 0 0.27
HSL 181.94º 0.18% 0.67% -
HSV(B) 181.94º 0.17% 0.73% -
XYZ 39.73 45.21 53.09 -
YUV 176.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 155 185 186 0.17 0.01 0 0.27 181.94 0.18 0.67
Hex 9B B9 BA 11 1 0 1B B6 12 43
Octal 233 271 272 21 1 0 33 266 22 103
Binary 10011011 10111001 10111010 10001 1 0 11011 10110110 10010 1000011

Color Harmonies of #9BB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB9BA

Black with #9BB9BA

Text Example


Text Example

White with #9BB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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