#95BDC5

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

Shades of Botticelli #95BDC5

Tints of Botticelli #95BDC5

Color information

#95BDC5 (or 0x95BDC5) is unknown color: approx Botticelli. HEX triplet: 95, BD and C5. RGB value is (149,189,197). Sum of RGB (Red+Green+Blue) = 149+189+197=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #95BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDC5 is #6A423A. Grayscale: #B1B1B1. Windows color (decimal): -6963771 or 12959125. OLE color: 12959125.

HSL color Cylindrical-coordinate representation of color #95BDC5: hue angle of 190º 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 #95BDC5 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB149189197-
CMYK0.240.0400.23
HSL190º29.27%67.84%-
HSV(B)190º24.37%77.25%-
XYZ40.6746.8259.72-
YUV177.95138.75107.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.85%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 197 (77.34% from 255) = 36.82%
R=27.85%
G=35.33%
B=36.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491891970.240.0400.2319029.2767.84
Hex95BDC5184017be1d44
Octal22527530530402727635104
Binary1001010110111101110001011100010001011110111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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