#BADDD4

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

Shades of Cruise #BADDD4

Tints of Cruise #BADDD4

Color information

#BADDD4 (or 0xBADDD4) is unknown color: approx Cruise. HEX triplet: BA, DD and D4. RGB value is (186,221,212). Sum of RGB (Red+Green+Blue) = 186+221+212=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD4 is #45222B. Grayscale: #D1D1D1. Windows color (decimal): -4530732 or 13950394. OLE color: 13950394.

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

Color convert

RGB186221212-
CMYK0.1600.040.13
HSL164.57º33.98%79.8%-
HSV(B)164.57º15.84%86.67%-
XYZ57.9966.9172.15-
YUV209.51129.4111.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=30.05%
G=35.70%
B=34.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862212120.1600.040.13164.5733.9879.8
HexBADDD41004Da52250
Octal27233532420041524542120
Binary1011101011011101110101001000001001101101001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDD4; }

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

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

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

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

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

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

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

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