#BADCD3

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

Shades of Cruise #BADCD3

Tints of Cruise #BADCD3

Color information

#BADCD3 (or 0xBADCD3) is unknown color: approx Cruise. HEX triplet: BA, DC and D3. RGB value is (186,220,211). Sum of RGB (Red+Green+Blue) = 186+220+211=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD3 is #45232C. Grayscale: #D0D0D0. Windows color (decimal): -4530989 or 13884602. OLE color: 13884602.

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

Color convert

RGB186220211-
CMYK0.1500.040.14
HSL164.12º32.69%79.61%-
HSV(B)164.12º15.45%86.27%-
XYZ57.666.3371.39-
YUV208.81129.24111.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=30.15%
G=35.66%
B=34.20%

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
Decimal1862202110.1500.040.14164.1232.6979.61
HexBADCD3F04Ea42150
Octal27233432317041624441120
Binary101110101101110011010011111101001110101001001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCD3; }

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

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

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

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

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

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

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

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