#BAE7D8

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

Shades of Cruise #BAE7D8

Tints of Cruise #BAE7D8

Color information

#BAE7D8 (or 0xBAE7D8) is unknown color: approx Cruise. HEX triplet: BA, E7 and D8. RGB value is (186,231,216). Sum of RGB (Red+Green+Blue) = 186+231+216=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7D8 is #451827. Grayscale: #D7D7D7. Windows color (decimal): -4528168 or 14215098. OLE color: 14215098.

HSL color Cylindrical-coordinate representation of color #BAE7D8: hue angle of 160º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7D8 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB186231216-
CMYK0.1900.060.09
HSL160º48.39%81.76%-
HSV(B)160º19.48%90.59%-
XYZ61.2272.5575.74-
YUV215.83128.09106.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 231 (90.62% from 255) = 36.49%
BLUE value IS 216 (84.77% from 255) = 34.12%
R=29.38%
G=36.49%
B=34.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312160.1900.060.0916048.3981.76
HexBAE7D813069a03052
Octal27234733023061124060122
Binary1011101011100111110110001001101101001101000001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7D8; }

 p { color: rgb(186,231,216); }

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

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

 a { background-color: rgb(186,231,216); }

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

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

 span { border-color: rgb(186,231,216); }

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