#BADCD5

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

Shades of Cruise #BADCD5

Tints of Cruise #BADCD5

Color information

#BADCD5 (or 0xBADCD5) is unknown color: approx Cruise. HEX triplet: BA, DC and D5. RGB value is (186,220,213). Sum of RGB (Red+Green+Blue) = 186+220+213=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD5 is #45232A. Grayscale: #D1D1D1. Windows color (decimal): -4530987 or 14015674. OLE color: 14015674.

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

Color convert

RGB186220213-
CMYK0.1500.030.14
HSL167.65º32.69%79.61%-
HSV(B)167.65º15.45%86.27%-
XYZ57.8566.4372.72-
YUV209.04130.24111.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=30.05%
G=35.54%
B=34.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862202130.1500.030.14167.6532.6979.61
HexBADCD5F03Ea82150
Octal27233432517031625041120
Binary10111010110111001101010111110111110101010001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCD5; }

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

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

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

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

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

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

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

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