#95BCC2

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

Shades of Botticelli #95BCC2

Tints of Botticelli #95BCC2

Color information

#95BCC2 (or 0x95BCC2) is unknown color: approx Botticelli. HEX triplet: 95, BC and C2. RGB value is (149,188,194). Sum of RGB (Red+Green+Blue) = 149+188+194=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #95BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCC2 is #6A433D. Grayscale: #B0B0B0. Windows color (decimal): -6964030 or 12762261. OLE color: 12762261.

HSL color Cylindrical-coordinate representation of color #95BCC2: hue angle of 188º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95BCC2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149188194-
CMYK0.230.0300.24
HSL188º26.95%67.25%-
HSV(B)188º23.2%76.08%-
XYZ40.1246.2557.85-
YUV177.02137.58108.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=28.06%
G=35.40%
B=36.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491881940.230.0300.2418826.9567.25
Hex95BCC2173018bc1b43
Octal22527430227303027433103
Binary100101011011110011000010101111101100010111100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,188,194); }

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

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

 a { background-color: rgb(149,188,194); }

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

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

 span { border-color: rgb(149,188,194); }

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