Html Css Color HEX #BACCD1 Iron

📋 copy color: '#BACCD1'

red 186 ◦ green 204 ◦ blue 209

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

Shades of Iron #BACCD1

Tints of Iron #BACCD1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.06%

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

R = 31.05%
G = 34.06%
B = 34.89%

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

#BACCD1 (or 0xBACCD1) is known color: Iron. HEX triplet: BA, CC and D1. RGB value is (186,204,209). Sum of RGB (Red+Green+Blue) = 186+204+209=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #BACCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD1 is #45332E. Grayscale: #C7C7C7. Windows color (decimal): -4535087 or 13749434. OLE color: 13749434.

HSL color Cylindrical-coordinate representation of color #BACCD1: hue angle of 193.04º 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 #BACCD1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 204 209 -
CMYK 0.11 0.02 0 0.18
HSL 193.04º 0.2% 0.77% -
HSV(B) 193.04º 0.11% 0.82% -
XYZ 53.35 58.23 68.75 -
YUV 199.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 186 204 209 0.11 0.02 0 0.18 193.04 0.2 0.77
Hex BA CC D1 B 2 0 12 C1 14 4D
Octal 272 314 321 13 2 0 22 301 24 115
Binary 10111010 11001100 11010001 1011 10 0 10010 11000001 10100 1001101

Color Harmonies of #BACCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCD1

Black with #BACCD1

Text Example


Text Example

White with #BACCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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