#95BAC5

Color #95BAC5 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #95BAC5

Tints of Botticelli #95BAC5

Color information

#95BAC5 (or 0x95BAC5) is unknown color: approx Botticelli. HEX triplet: 95, BA and C5. RGB value is (149,186,197). Sum of RGB (Red+Green+Blue) = 149+186+197=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 197 - color contains mainly: blue. Hex color #95BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BAC5 is #6A453A. Grayscale: #B0B0B0. Windows color (decimal): -6964539 or 12958357. OLE color: 12958357.

HSL color Cylindrical-coordinate representation of color #95BAC5: hue angle of 193.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BAC5 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB149186197-
CMYK0.240.0600.23
HSL193.75º29.27%67.84%-
HSV(B)193.75º24.37%77.25%-
XYZ40.0345.5459.5-
YUV176.19139.74108.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=28.01%
G=34.96%
B=37.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491861970.240.0600.23193.7529.2767.84
Hex95BAC5186017c21d44
Octal22527230530602730235104
Binary1001010110111010110001011100011001011111000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BAC5; }

 p { color: rgb(149,186,197); }

 H1.HeaderClassName
 {
   color: #95BAC5;
 }
 .AnyTagClassName
 {
   color: #95BAC5;
 }
</style>
background-color css

<style>
 a { background-color: #95BAC5; }

 a { background-color: rgb(149,186,197); }

 div.DivClassName
 {
   background-color: #95BAC5;
 }
 .BgClassName
 {
   background-color: #95BAC5;
 }
</style>
border-color css

<style>
 span { border-color: #95BAC5; }

 span { border-color: rgb(149,186,197); }

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