#BADED3

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

Shades of Cruise #BADED3

Tints of Cruise #BADED3

Color information

#BADED3 (or 0xBADED3) is unknown color: approx Cruise. HEX triplet: BA, DE and D3. RGB value is (186,222,211). Sum of RGB (Red+Green+Blue) = 186+222+211=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED3 is #45212C. Grayscale: #D1D1D1. Windows color (decimal): -4530477 or 13885114. OLE color: 13885114.

HSL color Cylindrical-coordinate representation of color #BADED3: hue angle of 161.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADED3 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB186222211-
CMYK0.1600.050.13
HSL161.67º35.29%80%-
HSV(B)161.67º16.22%87.06%-
XYZ58.1367.3871.57-
YUV209.98128.57110.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 211 (82.81% from 255) = 34.09%
R=30.05%
G=35.86%
B=34.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862222110.1600.050.13161.6735.2980
HexBADED31005Da22350
Octal27233632320051524243120
Binary1011101011011110110100111000001011101101000101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADED3; }

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

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

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

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

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

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

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

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