#95B5BF

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

Shades of Botticelli #95B5BF

Tints of Botticelli #95B5BF

Color information

#95B5BF (or 0x95B5BF) is unknown color: approx Botticelli. HEX triplet: 95, B5 and BF. RGB value is (149,181,191). Sum of RGB (Red+Green+Blue) = 149+181+191=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #95B5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B5BF is #6A4A40. Grayscale: #ACACAC. Windows color (decimal): -6965825 or 12563861. OLE color: 12563861.

HSL color Cylindrical-coordinate representation of color #95B5BF: hue angle of 194.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B5BF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149181191-
CMYK0.220.0500.25
HSL194.29º24.71%66.67%-
HSV(B)194.29º21.99%74.9%-
XYZ38.3243.255.61-
YUV172.57138.4111.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 191 (75% from 255) = 36.66%
R=28.60%
G=34.74%
B=36.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491811910.220.0500.25194.2924.7166.67
Hex95B5BF165019c21943
Octal22526527726503130231103
Binary1001010110110101101111111011010101100111000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,191); }

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

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

 a { background-color: rgb(149,181,191); }

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

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

 span { border-color: rgb(149,181,191); }

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