#95BCC5

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

Shades of Botticelli #95BCC5

Tints of Botticelli #95BCC5

Color information

#95BCC5 (or 0x95BCC5) is unknown color: approx Botticelli. HEX triplet: 95, BC and C5. RGB value is (149,188,197). Sum of RGB (Red+Green+Blue) = 149+188+197=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 197 - color contains mainly: blue. Hex color #95BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCC5 is #6A433A. Grayscale: #B1B1B1. Windows color (decimal): -6964027 or 12958869. OLE color: 12958869.

HSL color Cylindrical-coordinate representation of color #95BCC5: hue angle of 191.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BCC5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB149188197-
CMYK0.240.0500.23
HSL191.25º29.27%67.84%-
HSV(B)191.25º24.37%77.25%-
XYZ40.4646.3959.64-
YUV177.36139.08107.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.90%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 197 (77.34% from 255) = 36.89%
R=27.90%
G=35.21%
B=36.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491881970.240.0500.23191.2529.2767.84
Hex95BCC5185017bf1d44
Octal22527430530502727735104
Binary1001010110111100110001011100010101011110111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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