#BADED0

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

Shades of Cruise #BADED0

Tints of Cruise #BADED0

Color information

#BADED0 (or 0xBADED0) is unknown color: approx Cruise. HEX triplet: BA, DE and D0. RGB value is (186,222,208). Sum of RGB (Red+Green+Blue) = 186+222+208=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED0 is #45212F. Grayscale: #D1D1D1. Windows color (decimal): -4530480 or 13688506. OLE color: 13688506.

HSL color Cylindrical-coordinate representation of color #BADED0: hue angle of 156.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 #BADED0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB186222208-
CMYK0.1600.060.13
HSL156.67º35.29%80%-
HSV(B)156.67º16.22%87.06%-
XYZ57.7667.2469.61-
YUV209.64127.07111.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 208 (81.64% from 255) = 33.77%
R=30.19%
G=36.04%
B=33.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862222080.1600.060.13156.6735.2980
HexBADED01006D9d2350
Octal27233632020061523543120
Binary1011101011011110110100001000001101101100111011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADED0; }

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

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

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

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

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

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

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

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