#93BEC7

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

Shades of Botticelli #93BEC7

Tints of Botticelli #93BEC7

Color information

#93BEC7 (or 0x93BEC7) is unknown color: approx Botticelli. HEX triplet: 93, BE and C7. RGB value is (147,190,199). Sum of RGB (Red+Green+Blue) = 147+190+199=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 190 (74.61% from 255 or 35.45% 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 #93BEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEC7 is #6C4138. Grayscale: #B2B2B2. Windows color (decimal): -7094585 or 13090451. OLE color: 13090451.

HSL color Cylindrical-coordinate representation of color #93BEC7: hue angle of 190.38º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93BEC7 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147190199-
CMYK0.260.0500.22
HSL190.38º31.71%67.84%-
HSV(B)190.38º26.13%78.04%-
XYZ40.7547.1560.99-
YUV178.17139.75105.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=27.43%
G=35.45%
B=37.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471901990.260.0500.22190.3831.7167.84
Hex93BEC71A5016be2044
Octal22327630732502627640104
Binary10010011101111101100011111010101010110101111101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BEC7; }

 p { color: rgb(147,190,199); }

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

<style>
 a { background-color: #93BEC7; }

 a { background-color: rgb(147,190,199); }

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

<style>
 span { border-color: #93BEC7; }

 span { border-color: rgb(147,190,199); }

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