#95B4BC

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

Shades of Botticelli #95B4BC

Tints of Botticelli #95B4BC

Color information

#95B4BC (or 0x95B4BC) is unknown color: approx Botticelli. HEX triplet: 95, B4 and BC. RGB value is (149,180,188). Sum of RGB (Red+Green+Blue) = 149+180+188=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #95B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4BC is #6A4B43. Grayscale: #ABABAB. Windows color (decimal): -6966084 or 12366997. OLE color: 12366997.

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

Color convert

RGB149180188-
CMYK0.210.0400.26
HSL192.31º22.54%66.08%-
HSV(B)192.31º20.74%73.73%-
XYZ37.7942.6653.82-
YUV171.64137.23111.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=28.82%
G=34.82%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491801880.210.0400.26192.3122.5466.08
Hex95B4BC15401Ac01742
Octal22526427425403230027102
Binary1001010110110100101111001010110001101011000000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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