#92BBC1

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

Shades of Botticelli #92BBC1

Tints of Botticelli #92BBC1

Color information

#92BBC1 (or 0x92BBC1) is unknown color: approx Botticelli. HEX triplet: 92, BB and C1. RGB value is (146,187,193). Sum of RGB (Red+Green+Blue) = 146+187+193=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #92BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBC1 is #6D443E. Grayscale: #AFAFAF. Windows color (decimal): -7160895 or 12696466. OLE color: 12696466.

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

Color convert

RGB146187193-
CMYK0.240.0300.24
HSL187.66º27.49%66.47%-
HSV(B)187.66º24.35%75.69%-
XYZ39.2545.557.17-
YUV175.42137.92107.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.76%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=27.76%
G=35.55%
B=36.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461871930.240.0300.24187.6627.4966.47
Hex92BBC1183018bc1b42
Octal22227330130303027433102
Binary100100101011101111000001110001101100010111100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,193); }

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

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

 a { background-color: rgb(146,187,193); }

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

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

 span { border-color: rgb(146,187,193); }

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