#BADED4

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

Shades of Cruise #BADED4

Tints of Cruise #BADED4

Color information

#BADED4 (or 0xBADED4) is unknown color: approx Cruise. HEX triplet: BA, DE and D4. RGB value is (186,222,212). Sum of RGB (Red+Green+Blue) = 186+222+212=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED4 is #45212B. Grayscale: #D2D2D2. Windows color (decimal): -4530476 or 13950650. OLE color: 13950650.

HSL color Cylindrical-coordinate representation of color #BADED4: hue angle of 163.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADED4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB186222212-
CMYK0.1600.050.13
HSL163.33º35.29%80%-
HSV(B)163.33º16.22%87.06%-
XYZ58.2567.4472.23-
YUV210.1129.07110.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=30%
G=35.81%
B=34.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862222120.1600.050.13163.3335.2980
HexBADED41005Da32350
Octal27233632420051524343120
Binary1011101011011110110101001000001011101101000111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADED4; }

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

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

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

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

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

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

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

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