#BAE4DA

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

Shades of Cruise #BAE4DA

Tints of Cruise #BAE4DA

Color information

#BAE4DA (or 0xBAE4DA) is unknown color: approx Cruise. HEX triplet: BA, E4 and DA. RGB value is (186,228,218). Sum of RGB (Red+Green+Blue) = 186+228+218=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4DA is #451B25. Grayscale: #D6D6D6. Windows color (decimal): -4528934 or 14345402. OLE color: 14345402.

HSL color Cylindrical-coordinate representation of color #BAE4DA: hue angle of 165.71º 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 #BAE4DA is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB186228218-
CMYK0.1800.040.11
HSL165.71º43.75%81.18%-
HSV(B)165.71º18.42%89.41%-
XYZ60.6570.9976.84-
YUV214.3130.09107.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 228 (89.45% from 255) = 36.08%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=29.43%
G=36.08%
B=34.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862282180.1800.040.11165.7143.7581.18
HexBAE4DA1204Ba62c51
Octal27234433222041324654121
Binary1011101011100100110110101001001001011101001101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4DA; }

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

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

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

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

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

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

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

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