#BACDE4

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

Shades of Tropical Blue #BACDE4

Tints of Tropical Blue #BACDE4

Color information

#BACDE4 (or 0xBACDE4) is unknown color: approx Tropical Blue. HEX triplet: BA, CD and E4. RGB value is (186,205,228). Sum of RGB (Red+Green+Blue) = 186+205+228=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #BACDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDE4 is #45321B. Grayscale: #C9C9C9. Windows color (decimal): -4534812 or 14994874. OLE color: 14994874.

HSL color Cylindrical-coordinate representation of color #BACDE4: hue angle of 212.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACDE4 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186205228-
CMYK0.180.1000.11
HSL212.86º43.75%81.18%-
HSV(B)212.86º18.42%89.41%-
XYZ56.0859.781.97-
YUV201.94142.71116.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=30.05%
G=33.12%
B=36.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862052280.180.1000.11212.8643.7581.18
HexBACDE412A0Bd52c51
Octal272315344221201332554121
Binary10111010110011011110010010010101001011110101011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDE4; }

 p { color: rgb(186,205,228); }

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

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

 a { background-color: rgb(186,205,228); }

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

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

 span { border-color: rgb(186,205,228); }

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