#BADED8

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

Shades of Cruise #BADED8

Tints of Cruise #BADED8

Color information

#BADED8 (or 0xBADED8) is unknown color: approx Cruise. HEX triplet: BA, DE and D8. RGB value is (186,222,216). Sum of RGB (Red+Green+Blue) = 186+222+216=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED8 is #452127. Grayscale: #D2D2D2. Windows color (decimal): -4530472 or 14212794. OLE color: 14212794.

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

Color convert

RGB186222216-
CMYK0.1600.030.13
HSL170º35.29%80%-
HSV(B)170º16.22%87.06%-
XYZ58.7767.6474.92-
YUV210.55131.07110.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 216 (84.77% from 255) = 34.62%
R=29.81%
G=35.58%
B=34.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862222160.1600.030.1317035.2980
HexBADED81003Daa2350
Octal27233633020031525243120
Binary101110101101111011011000100000111101101010101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADED8; }

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

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

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

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

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

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

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

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