#95BCC1

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

Shades of Botticelli #95BCC1

Tints of Botticelli #95BCC1

Color information

#95BCC1 (or 0x95BCC1) is unknown color: approx Botticelli. HEX triplet: 95, BC and C1. RGB value is (149,188,193). Sum of RGB (Red+Green+Blue) = 149+188+193=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #95BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCC1 is #6A433E. Grayscale: #B0B0B0. Windows color (decimal): -6964031 or 12696725. OLE color: 12696725.

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

Color convert

RGB149188193-
CMYK0.230.0300.24
HSL186.82º26.19%67.06%-
HSV(B)186.82º22.8%75.69%-
XYZ4046.2157.26-
YUV176.91137.08108.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.11%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=28.11%
G=35.47%
B=36.42%

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
Decimal1491881930.230.0300.24186.8226.1967.06
Hex95BCC1173018bb1a43
Octal22527430127303027332103
Binary100101011011110011000001101111101100010111011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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