Html Css Color HEX #9BB8BF Casper

📋 copy color: '#9BB8BF'

red 155 ◦ green 184 ◦ blue 191

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

Shades of Casper #9BB8BF

Tints of Casper #9BB8BF

RGB

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

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

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

R = 29.25%
G = 34.72%
B = 36.04%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BB8BF (or 0x9BB8BF) is known color: Casper. HEX triplet: 9B, B8 and BF. RGB value is (155,184,191). Sum of RGB (Red+Green+Blue) = 155+184+191=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8BF is #644740. Grayscale: #B0B0B0. Windows color (decimal): -6571841 or 12564635. OLE color: 12564635.

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

Color convert

RGB 155 184 191 -
CMYK 0.19 0.04 0 0.25
HSL 191.67º 0.22% 0.68% -
HSV(B) 191.67º 0.19% 0.75% -
XYZ 40.06 45.01 55.87 -
YUV 176.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 155 184 191 0.19 0.04 0 0.25 191.67 0.22 0.68
Hex 9B B8 BF 13 4 0 19 C0 16 44
Octal 233 270 277 23 4 0 31 300 26 104
Binary 10011011 10111000 10111111 10011 100 0 11001 11000000 10110 1000100

Color Harmonies of #9BB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB8BF

Black with #9BB8BF

Text Example


Text Example

White with #9BB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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