#BAE0D6

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

Shades of Cruise #BAE0D6

Tints of Cruise #BAE0D6

Color information

#BAE0D6 (or 0xBAE0D6) is unknown color: approx Cruise. HEX triplet: BA, E0 and D6. RGB value is (186,224,214). Sum of RGB (Red+Green+Blue) = 186+224+214=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0D6 is #451F29. Grayscale: #D3D3D3. Windows color (decimal): -4529962 or 14082234. OLE color: 14082234.

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

Color convert

RGB186224214-
CMYK0.1700.040.12
HSL164.21º38%80.39%-
HSV(B)164.21º16.96%87.84%-
XYZ59.0468.6173.75-
YUV211.5129.41109.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=29.81%
G=35.90%
B=34.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862242140.1700.040.12164.213880.39
HexBAE0D61104Ca42650
Octal27234032621041424446120
Binary1011101011100000110101101000101001100101001001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0D6; }

 p { color: rgb(186,224,214); }

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

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

 a { background-color: rgb(186,224,214); }

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

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

 span { border-color: rgb(186,224,214); }

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