Html Css Color HEX #9BB8BE Casper

📋 copy color: '#9BB8BE'

red 155 ◦ green 184 ◦ blue 190

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

Shades of Casper #9BB8BE

Tints of Casper #9BB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.78%

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

R = 29.3%
G = 34.78%
B = 35.92%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BB8BE (or 0x9BB8BE) is known color: Casper. HEX triplet: 9B, B8 and BE. RGB value is (155,184,190). Sum of RGB (Red+Green+Blue) = 155+184+190=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8BE is #644741. Grayscale: #AFAFAF. Windows color (decimal): -6571842 or 12499099. OLE color: 12499099.

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

Color convert

RGB 155 184 190 -
CMYK 0.18 0.03 0 0.25
HSL 190.29º 0.21% 0.68% -
HSV(B) 190.29º 0.18% 0.75% -
XYZ 39.95 44.97 55.29 -
YUV 176.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 155 184 190 0.18 0.03 0 0.25 190.29 0.21 0.68
Hex 9B B8 BE 12 3 0 19 BE 15 44
Octal 233 270 276 22 3 0 31 276 25 104
Binary 10011011 10111000 10111110 10010 11 0 11001 10111110 10101 1000100

Color Harmonies of #9BB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB8BE

Black with #9BB8BE

Text Example


Text Example

White with #9BB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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