#BAD9D2

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

Shades of Cruise #BAD9D2

Tints of Cruise #BAD9D2

Color information

#BAD9D2 (or 0xBAD9D2) is unknown color: approx Cruise. HEX triplet: BA, D9 and D2. RGB value is (186,217,210). Sum of RGB (Red+Green+Blue) = 186+217+210=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9D2 is #45262D. Grayscale: #CECECE. Windows color (decimal): -4531758 or 13818298. OLE color: 13818298.

HSL color Cylindrical-coordinate representation of color #BAD9D2: hue angle of 166.45º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD9D2 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB186217210-
CMYK0.1400.030.15
HSL166.45º28.97%79.02%-
HSV(B)166.45º14.29%85.1%-
XYZ56.764.7270.48-
YUV206.93129.73113.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=30.34%
G=35.40%
B=34.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862172100.1400.030.15166.4528.9779.02
HexBAD9D2E03Fa61d4f
Octal27233132216031724635117
Binary1011101011011001110100101110011111110100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9D2; }

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

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

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

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

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

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

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

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