#BADCD4

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

Shades of Cruise #BADCD4

Tints of Cruise #BADCD4

Color information

#BADCD4 (or 0xBADCD4) is unknown color: approx Cruise. HEX triplet: BA, DC and D4. RGB value is (186,220,212). Sum of RGB (Red+Green+Blue) = 186+220+212=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD4 is #45232B. Grayscale: #D0D0D0. Windows color (decimal): -4530988 or 13950138. OLE color: 13950138.

HSL color Cylindrical-coordinate representation of color #BADCD4: hue angle of 165.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCD4 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB186220212-
CMYK0.1500.040.14
HSL165.88º32.69%79.61%-
HSV(B)165.88º15.45%86.27%-
XYZ57.7366.3872.06-
YUV208.92129.74111.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 212 (83.20% from 255) = 34.30%
R=30.10%
G=35.60%
B=34.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862202120.1500.040.14165.8832.6979.61
HexBADCD4F04Ea62150
Octal27233432417041624641120
Binary101110101101110011010100111101001110101001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCD4; }

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

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

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

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

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

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

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

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