#95BAC1

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

Shades of Botticelli #95BAC1

Tints of Botticelli #95BAC1

Color information

#95BAC1 (or 0x95BAC1) is unknown color: approx Botticelli. HEX triplet: 95, BA and C1. RGB value is (149,186,193). Sum of RGB (Red+Green+Blue) = 149+186+193=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #95BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BAC1 is #6A453E. Grayscale: #AFAFAF. Windows color (decimal): -6964543 or 12696213. OLE color: 12696213.

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

Color convert

RGB149186193-
CMYK0.230.0400.24
HSL189.55º26.19%67.06%-
HSV(B)189.55º22.8%75.69%-
XYZ39.5845.3657.12-
YUV175.74137.74108.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=28.22%
G=35.23%
B=36.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491861930.230.0400.24189.5526.1967.06
Hex95BAC1174018be1a43
Octal22527230127403027632103
Binary1001010110111010110000011011110001100010111110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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