#BAE5D5

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

Shades of Cruise #BAE5D5

Tints of Cruise #BAE5D5

Color information

#BAE5D5 (or 0xBAE5D5) is unknown color: approx Cruise. HEX triplet: BA, E5 and D5. RGB value is (186,229,213). Sum of RGB (Red+Green+Blue) = 186+229+213=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5D5 is #451A2A. Grayscale: #D6D6D6. Windows color (decimal): -4528683 or 14017978. OLE color: 14017978.

HSL color Cylindrical-coordinate representation of color #BAE5D5: hue angle of 157.67º 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 #BAE5D5 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB186229213-
CMYK0.1900.070.10
HSL157.67º45.26%81.37%-
HSV(B)157.67º18.78%89.8%-
XYZ60.2871.2873.53-
YUV214.32127.25107.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 213 (83.59% from 255) = 33.92%
R=29.62%
G=36.46%
B=33.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862292130.1900.070.10157.6745.2681.37
HexBAE5D51307A9e2d51
Octal27234532523071223655121
Binary1011101011100101110101011001101111010100111101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5D5; }

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

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

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

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

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

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

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

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