Html Css Color HEX #9BBEC1 Casper

📋 copy color: '#9BBEC1'

red 155 ◦ green 190 ◦ blue 193

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

Shades of Casper #9BBEC1

Tints of Casper #9BBEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 28.81%
G = 35.32%
B = 35.87%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9BBEC1 (or 0x9BBEC1) is known color: Casper. HEX triplet: 9B, BE and C1. RGB value is (155,190,193). Sum of RGB (Red+Green+Blue) = 155+190+193=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #9BBEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEC1 is #64413E. Grayscale: #B3B3B3. Windows color (decimal): -6570303 or 12697243. OLE color: 12697243.

HSL color Cylindrical-coordinate representation of color #9BBEC1: hue angle of 184.74º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBEC1 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 190 193 -
CMYK 0.20 0.02 0 0.24
HSL 184.74º 0.23% 0.68% -
HSV(B) 184.74º 0.2% 0.76% -
XYZ 41.56 47.65 57.46 -
YUV 179.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 155 190 193 0.20 0.02 0 0.24 184.74 0.23 0.68
Hex 9B BE C1 14 2 0 18 B9 17 44
Octal 233 276 301 24 2 0 30 271 27 104
Binary 10011011 10111110 11000001 10100 10 0 11000 10111001 10111 1000100

Color Harmonies of #9BBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEC1

Black with #9BBEC1

Text Example


Text Example

White with #9BBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,193); }

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

background-color css

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

 a { background-color: rgb(155,190,193); }

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

border-color css

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

 span { border-color: rgb(155,190,193); }

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