Html Css Color HEX #9FBBBE Casper

📋 copy color: '#9FBBBE'

red 159 ◦ green 187 ◦ blue 190

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

Shades of Casper #9FBBBE

Tints of Casper #9FBBBE

RGB

 RED value IS 159 (62.5% from 255) = 29.66%

 GREEN value IS 187 (73.44% from 255) = 34.89%

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

R = 29.66%
G = 34.89%
B = 35.45%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FBBBE (or 0x9FBBBE) is known color: Casper. HEX triplet: 9F, BB and BE. RGB value is (159,187,190). Sum of RGB (Red+Green+Blue) = 159+187+190=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBBE is #604441. Grayscale: #B2B2B2. Windows color (decimal): -6308930 or 12499871. OLE color: 12499871.

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

Color convert

RGB 159 187 190 -
CMYK 0.16 0.02 0 0.25
HSL 185.81º 0.19% 0.68% -
HSV(B) 185.81º 0.16% 0.75% -
XYZ 41.36 46.63 55.54 -
YUV 178.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 159 187 190 0.16 0.02 0 0.25 185.81 0.19 0.68
Hex 9F BB BE 10 2 0 19 BA 13 44
Octal 237 273 276 20 2 0 31 272 23 104
Binary 10011111 10111011 10111110 10000 10 0 11001 10111010 10011 1000100

Color Harmonies of #9FBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBBE

Black with #9FBBBE

Text Example


Text Example

White with #9FBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,187,190); }

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

background-color css

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

 a { background-color: rgb(159,187,190); }

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

border-color css

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

 span { border-color: rgb(159,187,190); }

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