Html Css Color HEX #9BBABF Casper

📋 copy color: '#9BBABF'

red 155 ◦ green 186 ◦ blue 191

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

Shades of Casper #9BBABF

Tints of Casper #9BBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 191 (75% from 255) = 35.9%

R = 29.14%
G = 34.96%
B = 35.9%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BBABF (or 0x9BBABF) is known color: Casper. HEX triplet: 9B, BA and BF. RGB value is (155,186,191). Sum of RGB (Red+Green+Blue) = 155+186+191=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBABF is #644540. Grayscale: #B1B1B1. Windows color (decimal): -6571329 or 12565147. OLE color: 12565147.

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

Color convert

RGB 155 186 191 -
CMYK 0.19 0.03 0 0.25
HSL 188.33º 0.22% 0.68% -
HSV(B) 188.33º 0.19% 0.75% -
XYZ 40.48 45.85 56.01 -
YUV 177.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 155 186 191 0.19 0.03 0 0.25 188.33 0.22 0.68
Hex 9B BA BF 13 3 0 19 BC 16 44
Octal 233 272 277 23 3 0 31 274 26 104
Binary 10011011 10111010 10111111 10011 11 0 11001 10111100 10110 1000100

Color Harmonies of #9BBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBABF

Black with #9BBABF

Text Example


Text Example

White with #9BBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,186,191); }

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

background-color css

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

 a { background-color: rgb(155,186,191); }

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

border-color css

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

 span { border-color: rgb(155,186,191); }

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