#95B9BA

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

Shades of Botticelli #95B9BA

Tints of Botticelli #95B9BA

Color information

#95B9BA (or 0x95B9BA) is unknown color: approx Botticelli. HEX triplet: 95, B9 and BA. RGB value is (149,185,186). Sum of RGB (Red+Green+Blue) = 149+185+186=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #95B9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B9BA is #6A4645. Grayscale: #AEAEAE. Windows color (decimal): -6964806 or 12237205. OLE color: 12237205.

HSL color Cylindrical-coordinate representation of color #95B9BA: hue angle of 181.62º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95B9BA is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149185186-
CMYK0.200.0100.27
HSL181.62º21.14%65.69%-
HSV(B)181.62º19.89%72.94%-
XYZ38.6144.6353.03-
YUV174.35134.57109.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=28.65%
G=35.58%
B=35.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491851860.200.0100.27181.6221.1465.69
Hex95B9BA14101Bb61542
Octal22527127224103326625102
Binary10010101101110011011101010100101101110110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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