Html Css Color HEX #9BBEC5 Casper

📋 copy color: '#9BBEC5'

red 155 ◦ green 190 ◦ blue 197

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

Shades of Casper #9BBEC5

Tints of Casper #9BBEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 28.6%
G = 35.06%
B = 36.35%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9BBEC5 (or 0x9BBEC5) is known color: Casper. HEX triplet: 9B, BE and C5. RGB value is (155,190,197). Sum of RGB (Red+Green+Blue) = 155+190+197=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 197 - color contains mainly: blue. Hex color #9BBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEC5 is #64413A. Grayscale: #B4B4B4. Windows color (decimal): -6570299 or 12959387. OLE color: 12959387.

HSL color Cylindrical-coordinate representation of color #9BBEC5: hue angle of 190º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BBEC5 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 190 197 -
CMYK 0.21 0.04 0 0.23
HSL 190º 0.27% 0.69% -
HSV(B) 190º 0.21% 0.77% -
XYZ 42.01 47.83 59.84 -
YUV 180.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 155 190 197 0.21 0.04 0 0.23 190 0.27 0.69
Hex 9B BE C5 15 4 0 17 BE 1B 45
Octal 233 276 305 25 4 0 27 276 33 105
Binary 10011011 10111110 11000101 10101 100 0 10111 10111110 11011 1000101

Color Harmonies of #9BBEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEC5

Black with #9BBEC5

Text Example


Text Example

White with #9BBEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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