#BADCD0

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

Shades of Cruise #BADCD0

Tints of Cruise #BADCD0

Color information

#BADCD0 (or 0xBADCD0) is unknown color: approx Cruise. HEX triplet: BA, DC and D0. RGB value is (186,220,208). Sum of RGB (Red+Green+Blue) = 186+220+208=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD0 is #45232F. Grayscale: #D0D0D0. Windows color (decimal): -4530992 or 13687994. OLE color: 13687994.

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

Color convert

RGB186220208-
CMYK0.1500.050.14
HSL158.82º32.69%79.61%-
HSV(B)158.82º15.45%86.27%-
XYZ57.2366.1869.43-
YUV208.47127.74111.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=30.29%
G=35.83%
B=33.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862202080.1500.050.14158.8232.6979.61
HexBADCD0F05E9f2150
Octal27233432017051623741120
Binary101110101101110011010000111101011110100111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCD0; }

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

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

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

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

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

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

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

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