#92BBC4

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

Shades of Botticelli #92BBC4

Tints of Botticelli #92BBC4

Color information

#92BBC4 (or 0x92BBC4) is unknown color: approx Botticelli. HEX triplet: 92, BB and C4. RGB value is (146,187,196). Sum of RGB (Red+Green+Blue) = 146+187+196=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 196 - color contains mainly: blue. Hex color #92BBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBC4 is #6D443B. Grayscale: #AFAFAF. Windows color (decimal): -7160892 or 12893074. OLE color: 12893074.

HSL color Cylindrical-coordinate representation of color #92BBC4: hue angle of 190.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92BBC4 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB146187196-
CMYK0.260.0500.23
HSL190.8º29.76%67.06%-
HSV(B)190.8º25.51%76.86%-
XYZ39.5945.6458.95-
YUV175.77139.42106.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.60%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=27.60%
G=35.35%
B=37.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461871960.260.0500.23190.829.7667.06
Hex92BBC41A5017bf1e43
Octal22227330432502727736103
Binary1001001010111011110001001101010101011110111111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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