Html Css Color HEX #9BBAC0 Casper

📋 copy color: '#9BBAC0'

red 155 ◦ green 186 ◦ blue 192

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

Shades of Casper #9BBAC0

Tints of Casper #9BBAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 192 (75.39% from 255) = 36.02%

R = 29.08%
G = 34.9%
B = 36.02%

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

#9BBAC0 (or 0x9BBAC0) is known color: Casper. HEX triplet: 9B, BA and C0. RGB value is (155,186,192). Sum of RGB (Red+Green+Blue) = 155+186+192=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC0 is #64453F. Grayscale: #B1B1B1. Windows color (decimal): -6571328 or 12630683. OLE color: 12630683.

HSL color Cylindrical-coordinate representation of color #9BBAC0: hue angle of 189.73º degrees, saturation: 0.23, 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 #9BBAC0 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 186 192 -
CMYK 0.19 0.03 0 0.25
HSL 189.73º 0.23% 0.68% -
HSV(B) 189.73º 0.19% 0.75% -
XYZ 40.59 45.89 56.59 -
YUV 177.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 155 186 192 0.19 0.03 0 0.25 189.73 0.23 0.68
Hex 9B BA C0 13 3 0 19 BE 17 44
Octal 233 272 300 23 3 0 31 276 27 104
Binary 10011011 10111010 11000000 10011 11 0 11001 10111110 10111 1000100

Color Harmonies of #9BBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBAC0

Black with #9BBAC0

Text Example


Text Example

White with #9BBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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