Html Css Color HEX #9CB7BB Casper

📋 copy color: '#9CB7BB'

red 156 ◦ green 183 ◦ blue 187

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

Shades of Casper #9CB7BB

Tints of Casper #9CB7BB

RGB

 RED value IS 156 (61.33% from 255) = 29.66%

 GREEN value IS 183 (71.88% from 255) = 34.79%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 29.66%
G = 34.79%
B = 35.55%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CB7BB (or 0x9CB7BB) is known color: Casper. HEX triplet: 9C, B7 and BB. RGB value is (156,183,187). Sum of RGB (Red+Green+Blue) = 156+183+187=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CB7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB7BB is #634844. Grayscale: #AFAFAF. Windows color (decimal): -6506565 or 12302236. OLE color: 12302236.

HSL color Cylindrical-coordinate representation of color #9CB7BB: hue angle of 187.74º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB7BB is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 183 187 -
CMYK 0.17 0.02 0 0.27
HSL 187.74º 0.19% 0.67% -
HSV(B) 187.74º 0.17% 0.73% -
XYZ 39.61 44.52 53.52 -
YUV 175.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 156 183 187 0.17 0.02 0 0.27 187.74 0.19 0.67
Hex 9C B7 BB 11 2 0 1B BC 13 43
Octal 234 267 273 21 2 0 33 274 23 103
Binary 10011100 10110111 10111011 10001 10 0 11011 10111100 10011 1000011

Color Harmonies of #9CB7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB7BB

Black with #9CB7BB

Text Example


Text Example

White with #9CB7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,187); }

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

background-color css

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

 a { background-color: rgb(156,183,187); }

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

border-color css

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

 span { border-color: rgb(156,183,187); }

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