Html Css Color HEX #9CB3BB Botticelli

📋 copy color: '#9CB3BB'

red 156 ◦ green 179 ◦ blue 187

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

Shades of Botticelli #9CB3BB

Tints of Botticelli #9CB3BB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.29%

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

R = 29.89%
G = 34.29%
B = 35.82%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CB3BB (or 0x9CB3BB) is known color: Botticelli. HEX triplet: 9C, B3 and BB. RGB value is (156,179,187). Sum of RGB (Red+Green+Blue) = 156+179+187=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CB3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB3BB is #634C44. Grayscale: #ACACAC. Windows color (decimal): -6507589 or 12301212. OLE color: 12301212.

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

Color convert

RGB 156 179 187 -
CMYK 0.17 0.04 0 0.27
HSL 195.48º 0.19% 0.67% -
HSV(B) 195.48º 0.17% 0.73% -
XYZ 38.8 42.9 53.25 -
YUV 173.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 156 179 187 0.17 0.04 0 0.27 195.48 0.19 0.67
Hex 9C B3 BB 11 4 0 1B C3 13 43
Octal 234 263 273 21 4 0 33 303 23 103
Binary 10011100 10110011 10111011 10001 100 0 11011 11000011 10011 1000011

Color Harmonies of #9CB3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB3BB

Black with #9CB3BB

Text Example


Text Example

White with #9CB3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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