#92AFB4

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

Shades of Botticelli #92AFB4

Tints of Botticelli #92AFB4

Color information

#92AFB4 (or 0x92AFB4) is unknown color: approx Botticelli. HEX triplet: 92, AF and B4. RGB value is (146,175,180). Sum of RGB (Red+Green+Blue) = 146+175+180=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #92AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFB4 is #6D504B. Grayscale: #A6A6A6. Windows color (decimal): -7163980 or 11841426. OLE color: 11841426.

HSL color Cylindrical-coordinate representation of color #92AFB4: hue angle of 188.82º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92AFB4 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146175180-
CMYK0.190.0300.29
HSL188.82º18.48%63.92%-
HSV(B)188.82º18.89%70.59%-
XYZ35.4240.0749.05-
YUV166.9135.39113.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=29.14%
G=34.93%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461751800.190.0300.29188.8218.4863.92
Hex92AFB413301Dbd1240
Octal22225726423303527522100
Binary100100101010111110110100100111101110110111101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,175,180); }

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

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

 a { background-color: rgb(146,175,180); }

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

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

 span { border-color: rgb(146,175,180); }

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