#95BBBD

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

Shades of Botticelli #95BBBD

Tints of Botticelli #95BBBD

Color information

#95BBBD (or 0x95BBBD) is unknown color: approx Botticelli. HEX triplet: 95, BB and BD. RGB value is (149,187,189). Sum of RGB (Red+Green+Blue) = 149+187+189=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #95BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBBD is #6A4442. Grayscale: #AFAFAF. Windows color (decimal): -6964291 or 12434325. OLE color: 12434325.

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

Color convert

RGB149187189-
CMYK0.210.0100.26
HSL183º23.26%66.27%-
HSV(B)183º21.16%74.12%-
XYZ39.3545.654.87-
YUV175.87135.41108.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 189 (74.22% from 255) = 36%
R=28.38%
G=35.62%
B=36%

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
Decimal1491871890.210.0100.2618323.2666.27
Hex95BBBD15101Ab71742
Octal22527327525103226727102
Binary10010101101110111011110110101101101010110111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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