#95BDBF

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

Shades of Botticelli #95BDBF

Tints of Botticelli #95BDBF

Color information

#95BDBF (or 0x95BDBF) is unknown color: approx Botticelli. HEX triplet: 95, BD and BF. RGB value is (149,189,191). Sum of RGB (Red+Green+Blue) = 149+189+191=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #95BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDBF is #6A4240. Grayscale: #B1B1B1. Windows color (decimal): -6963777 or 12565909. OLE color: 12565909.

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

Color convert

RGB149189191-
CMYK0.220.0100.25
HSL182.86º24.71%66.67%-
HSV(B)182.86º21.99%74.9%-
XYZ4046.5556.17-
YUV177.27135.75107.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 191 (75% from 255) = 36.11%
R=28.17%
G=35.73%
B=36.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491891910.220.0100.25182.8624.7166.67
Hex95BDBF161019b71943
Octal22527527726103126731103
Binary10010101101111011011111110110101100110110111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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