#95B3BF

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

Shades of Botticelli #95B3BF

Tints of Botticelli #95B3BF

Color information

#95B3BF (or 0x95B3BF) is unknown color: approx Botticelli. HEX triplet: 95, B3 and BF. RGB value is (149,179,191). Sum of RGB (Red+Green+Blue) = 149+179+191=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #95B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B3BF is #6A4C40. Grayscale: #ABABAB. Windows color (decimal): -6966337 or 12563349. OLE color: 12563349.

HSL color Cylindrical-coordinate representation of color #95B3BF: hue angle of 197.14º 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 #95B3BF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149179191-
CMYK0.220.0600.25
HSL197.14º24.71%66.67%-
HSV(B)197.14º21.99%74.9%-
XYZ37.9242.3955.47-
YUV171.4139.06112.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 191 (75% from 255) = 36.80%
R=28.71%
G=34.49%
B=36.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491791910.220.0600.25197.1424.7166.67
Hex95B3BF166019c51943
Octal22526327726603130531103
Binary1001010110110011101111111011011001100111000101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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