#92B1BC

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

Shades of Botticelli #92B1BC

Tints of Botticelli #92B1BC

Color information

#92B1BC (or 0x92B1BC) is unknown color: approx Botticelli. HEX triplet: 92, B1 and BC. RGB value is (146,177,188). Sum of RGB (Red+Green+Blue) = 146+177+188=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #92B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1BC is #6D4E43. Grayscale: #A8A8A8. Windows color (decimal): -7163460 or 12366226. OLE color: 12366226.

HSL color Cylindrical-coordinate representation of color #92B1BC: hue angle of 195.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92B1BC is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146177188-
CMYK0.220.0600.26
HSL195.71º23.86%65.49%-
HSV(B)195.71º22.34%73.73%-
XYZ36.6541.1953.59-
YUV168.98138.73111.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=28.57%
G=34.64%
B=36.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461771880.220.0600.26195.7123.8665.49
Hex92B1BC16601Ac41841
Octal22226127426603230430101
Binary1001001010110001101111001011011001101011000100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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