#BADEDA

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

Shades of Cruise #BADEDA

Tints of Cruise #BADEDA

Color information

#BADEDA (or 0xBADEDA) is unknown color: approx Cruise. HEX triplet: BA, DE and DA. RGB value is (186,222,218). Sum of RGB (Red+Green+Blue) = 186+222+218=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEDA is #452125. Grayscale: #D2D2D2. Windows color (decimal): -4530470 or 14343866. OLE color: 14343866.

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

Color convert

RGB186222218-
CMYK0.1600.020.13
HSL173.33º35.29%80%-
HSV(B)173.33º16.22%87.06%-
XYZ59.0367.7476.29-
YUV210.78132.07110.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.71%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=29.71%
G=35.46%
B=34.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862222180.1600.020.13173.3335.2980
HexBADEDA1002Dad2350
Octal27233633220021525543120
Binary101110101101111011011010100000101101101011011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEDA; }

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

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

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

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

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

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

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

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