#BACFE5

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

Shades of Tropical Blue #BACFE5

Tints of Tropical Blue #BACFE5

Color information

#BACFE5 (or 0xBACFE5) is unknown color: approx Tropical Blue. HEX triplet: BA, CF and E5. RGB value is (186,207,229). Sum of RGB (Red+Green+Blue) = 186+207+229=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #BACFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFE5 is #45301A. Grayscale: #CBCBCB. Windows color (decimal): -4534299 or 15060922. OLE color: 15060922.

HSL color Cylindrical-coordinate representation of color #BACFE5: hue angle of 210.7º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACFE5 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186207229-
CMYK0.190.1000.10
HSL210.7º45.26%81.37%-
HSV(B)210.7º18.78%89.8%-
XYZ56.7160.7282.86-
YUV203.23142.54115.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=29.90%
G=33.28%
B=36.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862072290.190.1000.10210.745.2681.37
HexBACFE513A0Ad32d51
Octal272317345231201232355121
Binary10111010110011111110010110011101001010110100111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFE5; }

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

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

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

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

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

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

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

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