#BADAD3

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

Shades of Cruise #BADAD3

Tints of Cruise #BADAD3

Color information

#BADAD3 (or 0xBADAD3) is unknown color: approx Cruise. HEX triplet: BA, DA and D3. RGB value is (186,218,211). Sum of RGB (Red+Green+Blue) = 186+218+211=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAD3 is #45252C. Grayscale: #CFCFCF. Windows color (decimal): -4531501 or 13884090. OLE color: 13884090.

HSL color Cylindrical-coordinate representation of color #BADAD3: hue angle of 166.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADAD3 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB186218211-
CMYK0.1500.030.15
HSL166.88º30.19%79.22%-
HSV(B)166.88º14.68%85.49%-
XYZ57.0865.2971.22-
YUV207.63129.9112.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 211 (82.81% from 255) = 34.31%
R=30.24%
G=35.45%
B=34.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862182110.1500.030.15166.8830.1979.22
HexBADAD3F03Fa71e4f
Octal27233232317031724736117
Binary1011101011011010110100111111011111110100111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAD3; }

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

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

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

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

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

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

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

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