#BACFE9

Color #BACFE9 Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #BACFE9

Tints of Tropical Blue #BACFE9

Color information

#BACFE9 (or 0xBACFE9) is unknown color: approx Tropical Blue. HEX triplet: BA, CF and E9. RGB value is (186,207,233). Sum of RGB (Red+Green+Blue) = 186+207+233=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #BACFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFE9 is #453016. Grayscale: #CBCBCB. Windows color (decimal): -4534295 or 15323066. OLE color: 15323066.

HSL color Cylindrical-coordinate representation of color #BACFE9: hue angle of 213.19º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACFE9 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186207233-
CMYK0.200.1100.09
HSL213.19º51.65%82.16%-
HSV(B)213.19º20.17%91.37%-
XYZ57.2760.9585.84-
YUV203.68144.54115.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.71%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=29.71%
G=33.07%
B=37.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862072330.200.1100.09213.1951.6582.16
HexBACFE914B09d53452
Octal272317351241301132564122
Binary10111010110011111110100110100101101001110101011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFE9; }

 p { color: rgb(186,207,233); }

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

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

 a { background-color: rgb(186,207,233); }

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

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

 span { border-color: rgb(186,207,233); }

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