#BADFD3

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

Shades of Cruise #BADFD3

Tints of Cruise #BADFD3

Color information

#BADFD3 (or 0xBADFD3) is unknown color: approx Cruise. HEX triplet: BA, DF and D3. RGB value is (186,223,211). Sum of RGB (Red+Green+Blue) = 186+223+211=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFD3 is #45202C. Grayscale: #D2D2D2. Windows color (decimal): -4530221 or 13885370. OLE color: 13885370.

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

Color convert

RGB186223211-
CMYK0.1700.050.13
HSL160.54º36.63%80.2%-
HSV(B)160.54º16.59%87.45%-
XYZ58.467.9271.66-
YUV210.57128.24110.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 211 (82.81% from 255) = 34.03%
R=30%
G=35.97%
B=34.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862232110.1700.050.13160.5436.6380.2
HexBADFD31105Da12550
Octal27233732321051524145120
Binary1011101011011111110100111000101011101101000011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFD3; }

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

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

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

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

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

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

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

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