#BAE4D8

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

Shades of Cruise #BAE4D8

Tints of Cruise #BAE4D8

Color information

#BAE4D8 (or 0xBAE4D8) is unknown color: approx Cruise. HEX triplet: BA, E4 and D8. RGB value is (186,228,216). Sum of RGB (Red+Green+Blue) = 186+228+216=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4D8 is #451B27. Grayscale: #D6D6D6. Windows color (decimal): -4528936 or 14214330. OLE color: 14214330.

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

Color convert

RGB186228216-
CMYK0.1800.050.11
HSL162.86º43.75%81.18%-
HSV(B)162.86º18.42%89.41%-
XYZ60.3970.8875.46-
YUV214.07129.09107.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.52%
GREEN value IS 228 (89.45% from 255) = 36.19%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=29.52%
G=36.19%
B=34.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862282160.1800.050.11162.8643.7581.18
HexBAE4D81205Ba32c51
Octal27234433022051324354121
Binary1011101011100100110110001001001011011101000111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4D8; }

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

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

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

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

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

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

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

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