#BAE3D4

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

Shades of Cruise #BAE3D4

Tints of Cruise #BAE3D4

Color information

#BAE3D4 (or 0xBAE3D4) is unknown color: approx Cruise. HEX triplet: BA, E3 and D4. RGB value is (186,227,212). Sum of RGB (Red+Green+Blue) = 186+227+212=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3D4 is #451C2B. Grayscale: #D5D5D5. Windows color (decimal): -4529196 or 13951930. OLE color: 13951930.

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

Color convert

RGB186227212-
CMYK0.1800.070.11
HSL158.05º42.27%80.98%-
HSV(B)158.05º18.06%89.02%-
XYZ59.670.1372.68-
YUV213.03127.42108.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 227 (89.06% from 255) = 36.32%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=29.76%
G=36.32%
B=33.92%

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
Decimal1862272120.1800.070.11158.0542.2780.98
HexBAE3D41207B9e2a51
Octal27234332422071323652121
Binary1011101011100011110101001001001111011100111101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3D4; }

 p { color: rgb(186,227,212); }

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

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

 a { background-color: rgb(186,227,212); }

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

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

 span { border-color: rgb(186,227,212); }

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