Html Css Color HEX #BACDD1 Iron

📋 copy color: '#BACDD1'

red 186 ◦ green 205 ◦ blue 209

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

Shades of Iron #BACDD1

Tints of Iron #BACDD1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.17%

 BLUE value IS 209 (82.03% from 255) = 34.83%

R = 31%
G = 34.17%
B = 34.83%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BACDD1 (or 0xBACDD1) is known color: Iron. HEX triplet: BA, CD and D1. RGB value is (186,205,209). Sum of RGB (Red+Green+Blue) = 186+205+209=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #BACDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD1 is #45322E. Grayscale: #C7C7C7. Windows color (decimal): -4534831 or 13749690. OLE color: 13749690.

HSL color Cylindrical-coordinate representation of color #BACDD1: hue angle of 190.43º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BACDD1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 205 209 -
CMYK 0.11 0.02 0 0.18
HSL 190.43º 0.2% 0.77% -
HSV(B) 190.43º 0.11% 0.82% -
XYZ 53.59 58.71 68.83 -
YUV 199.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 186 205 209 0.11 0.02 0 0.18 190.43 0.2 0.77
Hex BA CD D1 B 2 0 12 BE 14 4D
Octal 272 315 321 13 2 0 22 276 24 115
Binary 10111010 11001101 11010001 1011 10 0 10010 10111110 10100 1001101

Color Harmonies of #BACDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDD1

Black with #BACDD1

Text Example


Text Example

White with #BACDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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