#BADDD9

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

Shades of Cruise #BADDD9

Tints of Cruise #BADDD9

Color information

#BADDD9 (or 0xBADDD9) is unknown color: approx Cruise. HEX triplet: BA, DD and D9. RGB value is (186,221,217). Sum of RGB (Red+Green+Blue) = 186+221+217=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD9 is #452226. Grayscale: #D2D2D2. Windows color (decimal): -4530727 or 14278074. OLE color: 14278074.

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

Color convert

RGB186221217-
CMYK0.1600.020.13
HSL173.14º33.98%79.8%-
HSV(B)173.14º15.84%86.67%-
XYZ58.6367.1675.52-
YUV210.08131.9110.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=29.81%
G=35.42%
B=34.78%

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
Decimal1862212170.1600.020.13173.1433.9879.8
HexBADDD91002Dad2250
Octal27233533120021525542120
Binary101110101101110111011001100000101101101011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDD9; }

 p { color: rgb(186,221,217); }

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

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

 a { background-color: rgb(186,221,217); }

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

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

 span { border-color: rgb(186,221,217); }

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