#BADDD1

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

Shades of Cruise #BADDD1

Tints of Cruise #BADDD1

Color information

#BADDD1 (or 0xBADDD1) is unknown color: approx Cruise. HEX triplet: BA, DD and D1. RGB value is (186,221,209). Sum of RGB (Red+Green+Blue) = 186+221+209=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD1 is #45222E. Grayscale: #D1D1D1. Windows color (decimal): -4530735 or 13753786. OLE color: 13753786.

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

Color convert

RGB186221209-
CMYK0.1600.050.13
HSL159.43º33.98%79.8%-
HSV(B)159.43º15.84%86.67%-
XYZ57.6166.7670.17-
YUV209.17127.9111.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=30.19%
G=35.88%
B=33.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862212090.1600.050.13159.4333.9879.8
HexBADDD11005D9f2250
Octal27233532120051523742120
Binary1011101011011101110100011000001011101100111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDD1; }

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

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

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

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

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

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

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

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