Html Css Color HEX #BAD1D5 Iron

📋 copy color: '#BAD1D5'

red 186 ◦ green 209 ◦ blue 213

#BAD1D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #BAD1D5

Tints of Iron #BAD1D5

RGB

 RED value IS 186 (73.05% from 255) = 30.59%

 GREEN value IS 209 (82.03% from 255) = 34.38%

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 30.59%
G = 34.38%
B = 35.03%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAD1D5 (or 0xBAD1D5) is known color: Iron. HEX triplet: BA, D1 and D5. RGB value is (186,209,213). Sum of RGB (Red+Green+Blue) = 186+209+213=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1D5 is #452E2A. Grayscale: #CACACA. Windows color (decimal): -4533803 or 14012858. OLE color: 14012858.

HSL color Cylindrical-coordinate representation of color #BAD1D5: hue angle of 188.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD1D5 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 209 213 -
CMYK 0.13 0.02 0 0.16
HSL 188.89º 0.24% 0.78% -
HSV(B) 188.89º 0.13% 0.84% -
XYZ 55.06 60.84 71.79 -
YUV 202.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 186 209 213 0.13 0.02 0 0.16 188.89 0.24 0.78
Hex BA D1 D5 D 2 0 10 BD 18 4E
Octal 272 321 325 15 2 0 20 275 30 116
Binary 10111010 11010001 11010101 1101 10 0 10000 10111101 11000 1001110

Color Harmonies of #BAD1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD1D5

Black with #BAD1D5

Text Example


Text Example

White with #BAD1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD1D5; }

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

 H1.HeaderClassName
 {
   color: #BAD1D5;
 }
 .AnyTagClassName
 {
   color: #BAD1D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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