#BAE1DA

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

Shades of Cruise #BAE1DA

Tints of Cruise #BAE1DA

Color information

#BAE1DA (or 0xBAE1DA) is unknown color: approx Cruise. HEX triplet: BA, E1 and DA. RGB value is (186,225,218). Sum of RGB (Red+Green+Blue) = 186+225+218=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1DA is #451E25. Grayscale: #D4D4D4. Windows color (decimal): -4529702 or 14344634. OLE color: 14344634.

HSL color Cylindrical-coordinate representation of color #BAE1DA: hue angle of 169.23º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1DA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB186225218-
CMYK0.1700.030.12
HSL169.23º39.39%80.59%-
HSV(B)169.23º17.33%88.24%-
XYZ59.8369.3576.56-
YUV212.54131.08109.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 225 (88.28% from 255) = 35.77%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=29.57%
G=35.77%
B=34.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862252180.1700.030.12169.2339.3980.59
HexBAE1DA1103Ca92751
Octal27234133221031425147121
Binary101110101110000111011010100010111100101010011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1DA; }

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

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

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

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

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

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

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

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