#95B3BD

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

Shades of Botticelli #95B3BD

Tints of Botticelli #95B3BD

Color information

#95B3BD (or 0x95B3BD) is unknown color: approx Botticelli. HEX triplet: 95, B3 and BD. RGB value is (149,179,189). Sum of RGB (Red+Green+Blue) = 149+179+189=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #95B3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B3BD is #6A4C42. Grayscale: #ABABAB. Windows color (decimal): -6966339 or 12432277. OLE color: 12432277.

HSL color Cylindrical-coordinate representation of color #95B3BD: hue angle of 195º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95B3BD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149179189-
CMYK0.210.0500.26
HSL195º23.26%66.27%-
HSV(B)195º21.16%74.12%-
XYZ37.742.354.32-
YUV171.17138.06112.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=28.82%
G=34.62%
B=36.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491791890.210.0500.2619523.2666.27
Hex95B3BD15501Ac31742
Octal22526327525503230327102
Binary1001010110110011101111011010110101101011000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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