Html Css Color HEX #9BBDC0 Casper

📋 copy color: '#9BBDC0'

red 155 ◦ green 189 ◦ blue 192

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

Shades of Casper #9BBDC0

Tints of Casper #9BBDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

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

R = 28.92%
G = 35.26%
B = 35.82%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BBDC0 (or 0x9BBDC0) is known color: Casper. HEX triplet: 9B, BD and C0. RGB value is (155,189,192). Sum of RGB (Red+Green+Blue) = 155+189+192=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDC0 is #64423F. Grayscale: #B3B3B3. Windows color (decimal): -6570560 or 12631451. OLE color: 12631451.

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

Color convert

RGB 155 189 192 -
CMYK 0.19 0.02 0 0.25
HSL 184.86º 0.23% 0.68% -
HSV(B) 184.86º 0.19% 0.75% -
XYZ 41.23 47.17 56.8 -
YUV 179.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 155 189 192 0.19 0.02 0 0.25 184.86 0.23 0.68
Hex 9B BD C0 13 2 0 19 B9 17 44
Octal 233 275 300 23 2 0 31 271 27 104
Binary 10011011 10111101 11000000 10011 10 0 11001 10111001 10111 1000100

Color Harmonies of #9BBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBDC0

Black with #9BBDC0

Text Example


Text Example

White with #9BBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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