Html Css Color HEX #9BBCBE Casper

📋 copy color: '#9BBCBE'

red 155 ◦ green 188 ◦ blue 190

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

Shades of Casper #9BBCBE

Tints of Casper #9BBCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.27%

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 29.08%
G = 35.27%
B = 35.65%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BBCBE (or 0x9BBCBE) is known color: Casper. HEX triplet: 9B, BC and BE. RGB value is (155,188,190). Sum of RGB (Red+Green+Blue) = 155+188+190=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCBE is #644341. Grayscale: #B2B2B2. Windows color (decimal): -6570818 or 12500123. OLE color: 12500123.

HSL color Cylindrical-coordinate representation of color #9BBCBE: hue angle of 183.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBCBE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 188 190 -
CMYK 0.18 0.01 0 0.25
HSL 183.43º 0.21% 0.68% -
HSV(B) 183.43º 0.18% 0.75% -
XYZ 40.8 46.65 55.57 -
YUV 178.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 155 188 190 0.18 0.01 0 0.25 183.43 0.21 0.68
Hex 9B BC BE 12 1 0 19 B7 15 44
Octal 233 274 276 22 1 0 31 267 25 104
Binary 10011011 10111100 10111110 10010 1 0 11001 10110111 10101 1000100

Color Harmonies of #9BBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCBE

Black with #9BBCBE

Text Example


Text Example

White with #9BBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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