#BADFD2

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

Shades of Cruise #BADFD2

Tints of Cruise #BADFD2

Color information

#BADFD2 (or 0xBADFD2) is unknown color: approx Cruise. HEX triplet: BA, DF and D2. RGB value is (186,223,210). Sum of RGB (Red+Green+Blue) = 186+223+210=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFD2 is #45202D. Grayscale: #D2D2D2. Windows color (decimal): -4530222 or 13819834. OLE color: 13819834.

HSL color Cylindrical-coordinate representation of color #BADFD2: hue angle of 158.92º 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 #BADFD2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB186223210-
CMYK0.1700.060.13
HSL158.92º36.63%80.2%-
HSV(B)158.92º16.59%87.45%-
XYZ58.2767.8771-
YUV210.46127.74110.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=30.05%
G=36.03%
B=33.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862232100.1700.060.13158.9236.6380.2
HexBADFD21106D9f2550
Octal27233732221061523745120
Binary1011101011011111110100101000101101101100111111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFD2; }

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

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

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

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

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

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

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

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