Html Css Color HEX #9BBBC0 Casper

📋 copy color: '#9BBBC0'

red 155 ◦ green 187 ◦ blue 192

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

Shades of Casper #9BBBC0

Tints of Casper #9BBBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.02%

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

R = 29.03%
G = 35.02%
B = 35.96%

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

#9BBBC0 (or 0x9BBBC0) is known color: Casper. HEX triplet: 9B, BB and C0. RGB value is (155,187,192). Sum of RGB (Red+Green+Blue) = 155+187+192=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBC0 is #64443F. Grayscale: #B1B1B1. Windows color (decimal): -6571072 or 12630939. OLE color: 12630939.

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

Color convert

RGB 155 187 192 -
CMYK 0.19 0.03 0 0.25
HSL 188.11º 0.23% 0.68% -
HSV(B) 188.11º 0.19% 0.75% -
XYZ 40.8 46.31 56.66 -
YUV 178 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 155 187 192 0.19 0.03 0 0.25 188.11 0.23 0.68
Hex 9B BB C0 13 3 0 19 BC 17 44
Octal 233 273 300 23 3 0 31 274 27 104
Binary 10011011 10111011 11000000 10011 11 0 11001 10111100 10111 1000100

Color Harmonies of #9BBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBC0

Black with #9BBBC0

Text Example


Text Example

White with #9BBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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