Html Css Color HEX #9BB9BD Casper

📋 copy color: '#9BB9BD'

red 155 ◦ green 185 ◦ blue 189

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

Shades of Casper #9BB9BD

Tints of Casper #9BB9BD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.97%

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 29.3%
G = 34.97%
B = 35.73%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9BB9BD (or 0x9BB9BD) is known color: Casper. HEX triplet: 9B, B9 and BD. RGB value is (155,185,189). Sum of RGB (Red+Green+Blue) = 155+185+189=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #9BB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9BD is #644642. Grayscale: #B0B0B0. Windows color (decimal): -6571587 or 12433819. OLE color: 12433819.

HSL color Cylindrical-coordinate representation of color #9BB9BD: hue angle of 187.06º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BB9BD is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 185 189 -
CMYK 0.18 0.02 0 0.26
HSL 187.06º 0.2% 0.67% -
HSV(B) 187.06º 0.18% 0.74% -
XYZ 40.05 45.34 54.78 -
YUV 176.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 155 185 189 0.18 0.02 0 0.26 187.06 0.2 0.67
Hex 9B B9 BD 12 2 0 1A BB 14 43
Octal 233 271 275 22 2 0 32 273 24 103
Binary 10011011 10111001 10111101 10010 10 0 11010 10111011 10100 1000011

Color Harmonies of #9BB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB9BD

Black with #9BB9BD

Text Example


Text Example

White with #9BB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,185,189); }

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

background-color css

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

 a { background-color: rgb(155,185,189); }

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

border-color css

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

 span { border-color: rgb(155,185,189); }

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