#92BCC0

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

Shades of Botticelli #92BCC0

Tints of Botticelli #92BCC0

Color information

#92BCC0 (or 0x92BCC0) is unknown color: approx Botticelli. HEX triplet: 92, BC and C0. RGB value is (146,188,192). Sum of RGB (Red+Green+Blue) = 146+188+192=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #92BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCC0 is #6D433F. Grayscale: #AFAFAF. Windows color (decimal): -7160640 or 12631186. OLE color: 12631186.

HSL color Cylindrical-coordinate representation of color #92BCC0: hue angle of 185.22º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92BCC0 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146188192-
CMYK0.240.0200.25
HSL185.22º26.74%66.27%-
HSV(B)185.22º23.96%75.29%-
XYZ39.3545.8856.65-
YUV175.9137.09106.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.76%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=27.76%
G=35.74%
B=36.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461881920.240.0200.25185.2226.7466.27
Hex92BCC0182019b91b42
Octal22227430030203127133102
Binary100100101011110011000000110001001100110111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,188,192); }

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

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

 a { background-color: rgb(146,188,192); }

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

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

 span { border-color: rgb(146,188,192); }

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