#95BCBF

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

Shades of Botticelli #95BCBF

Tints of Botticelli #95BCBF

Color information

#95BCBF (or 0x95BCBF) is unknown color: approx Botticelli. HEX triplet: 95, BC and BF. RGB value is (149,188,191). Sum of RGB (Red+Green+Blue) = 149+188+191=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #95BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCBF is #6A4340. Grayscale: #B0B0B0. Windows color (decimal): -6964033 or 12565653. OLE color: 12565653.

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

Color convert

RGB149188191-
CMYK0.220.0200.25
HSL184.29º24.71%66.67%-
HSV(B)184.29º21.99%74.9%-
XYZ39.7846.1256.1-
YUV176.68136.08108.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 191 (75% from 255) = 36.17%
R=28.22%
G=35.61%
B=36.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491881910.220.0200.25184.2924.7166.67
Hex95BCBF162019b81943
Octal22527427726203127031103
Binary100101011011110010111111101101001100110111000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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