#92BEC7

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

Shades of Botticelli #92BEC7

Tints of Botticelli #92BEC7

Color information

#92BEC7 (or 0x92BEC7) is unknown color: approx Botticelli. HEX triplet: 92, BE and C7. RGB value is (146,190,199). Sum of RGB (Red+Green+Blue) = 146+190+199=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 199 - color contains mainly: blue. Hex color #92BEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEC7 is #6D4138. Grayscale: #B1B1B1. Windows color (decimal): -7160121 or 13090450. OLE color: 13090450.

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

Color convert

RGB146190199-
CMYK0.270.0500.22
HSL190.19º32.12%67.65%-
HSV(B)190.19º26.63%78.04%-
XYZ40.5847.0660.98-
YUV177.87139.92105.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.29%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 199 (78.12% from 255) = 37.20%
R=27.29%
G=35.51%
B=37.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461901990.270.0500.22190.1932.1267.65
Hex92BEC71B5016be2044
Octal22227630733502627640104
Binary10010010101111101100011111011101010110101111101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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