#95BCC7

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

Shades of Botticelli #95BCC7

Tints of Botticelli #95BCC7

Color information

#95BCC7 (or 0x95BCC7) is unknown color: approx Botticelli. HEX triplet: 95, BC and C7. RGB value is (149,188,199). Sum of RGB (Red+Green+Blue) = 149+188+199=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 199 - color contains mainly: blue. Hex color #95BCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCC7 is #6A4338. Grayscale: #B1B1B1. Windows color (decimal): -6964025 or 13089941. OLE color: 13089941.

HSL color Cylindrical-coordinate representation of color #95BCC7: hue angle of 193.2º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95BCC7 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149188199-
CMYK0.250.0600.22
HSL193.2º30.86%68.24%-
HSV(B)193.2º25.13%78.04%-
XYZ40.6946.4860.86-
YUV177.59140.08107.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.80%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=27.80%
G=35.07%
B=37.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491881990.250.0600.22193.230.8668.24
Hex95BCC7196016c11f44
Octal22527430731602630137104
Binary1001010110111100110001111100111001011011000001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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