#95AEB3

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

Shades of Botticelli #95AEB3

Tints of Botticelli #95AEB3

Color information

#95AEB3 (or 0x95AEB3) is unknown color: approx Botticelli. HEX triplet: 95, AE and B3. RGB value is (149,174,179). Sum of RGB (Red+Green+Blue) = 149+174+179=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #95AEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEB3 is #6A514C. Grayscale: #A7A7A7. Windows color (decimal): -6967629 or 11775637. OLE color: 11775637.

HSL color Cylindrical-coordinate representation of color #95AEB3: hue angle of 190º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95AEB3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB149174179-
CMYK0.170.0300.30
HSL190º16.48%64.31%-
HSV(B)190º16.76%70.2%-
XYZ35.6739.9248.47-
YUV167.1134.72115.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=29.68%
G=34.66%
B=35.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491741790.170.0300.3019016.4864.31
Hex95AEB311301Ebe1040
Octal22525626321303627620100
Binary100101011010111010110011100011101111010111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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