#95BCBD

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

Shades of Botticelli #95BCBD

Tints of Botticelli #95BCBD

Color information

#95BCBD (or 0x95BCBD) is unknown color: approx Botticelli. HEX triplet: 95, BC and BD. RGB value is (149,188,189). Sum of RGB (Red+Green+Blue) = 149+188+189=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #95BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCBD is #6A4342. Grayscale: #B0B0B0. Windows color (decimal): -6964035 or 12434581. OLE color: 12434581.

HSL color Cylindrical-coordinate representation of color #95BCBD: hue angle of 181.5º 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 #95BCBD is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149188189-
CMYK0.210.0100.26
HSL181.5º23.26%66.27%-
HSV(B)181.5º21.16%74.12%-
XYZ39.5646.0354.94-
YUV176.45135.08108.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=28.33%
G=35.74%
B=35.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881890.210.0100.26181.523.2666.27
Hex95BCBD15101Ab61742
Octal22527427525103226627102
Binary10010101101111001011110110101101101010110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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