#BAE2D3

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

Shades of Cruise #BAE2D3

Tints of Cruise #BAE2D3

Color information

#BAE2D3 (or 0xBAE2D3) is unknown color: approx Cruise. HEX triplet: BA, E2 and D3. RGB value is (186,226,211). Sum of RGB (Red+Green+Blue) = 186+226+211=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2D3 is #451D2C. Grayscale: #D4D4D4. Windows color (decimal): -4529453 or 13886138. OLE color: 13886138.

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

Color convert

RGB186226211-
CMYK0.1800.070.11
HSL157.5º40.82%80.78%-
HSV(B)157.5º17.7%88.63%-
XYZ59.269.5371.93-
YUV212.33127.25109.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 226 (88.67% from 255) = 36.28%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=29.86%
G=36.28%
B=33.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862262110.1800.070.11157.540.8280.78
HexBAE2D31207B9e2951
Octal27234232322071323651121
Binary1011101011100010110100111001001111011100111101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2D3; }

 p { color: rgb(186,226,211); }

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

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

 a { background-color: rgb(186,226,211); }

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

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

 span { border-color: rgb(186,226,211); }

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