#BADED6

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

Shades of Cruise #BADED6

Tints of Cruise #BADED6

Color information

#BADED6 (or 0xBADED6) is unknown color: approx Cruise. HEX triplet: BA, DE and D6. RGB value is (186,222,214). Sum of RGB (Red+Green+Blue) = 186+222+214=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED6 is #452129. Grayscale: #D2D2D2. Windows color (decimal): -4530474 or 14081722. OLE color: 14081722.

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

Color convert

RGB186222214-
CMYK0.1600.040.13
HSL166.67º35.29%80%-
HSV(B)166.67º16.22%87.06%-
XYZ58.5167.5473.57-
YUV210.32130.07110.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=29.90%
G=35.69%
B=34.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862222140.1600.040.13166.6735.2980
HexBADED61004Da72350
Octal27233632620041524743120
Binary1011101011011110110101101000001001101101001111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADED6; }

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

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

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

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

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

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

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

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