Html Css Color HEX #BCCED1 Iron

📋 copy color: '#BCCED1'

red 188 ◦ green 206 ◦ blue 209

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

Shades of Iron #BCCED1

Tints of Iron #BCCED1

RGB

 RED value IS 188 (73.83% from 255) = 31.18%

 GREEN value IS 206 (80.86% from 255) = 34.16%

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

R = 31.18%
G = 34.16%
B = 34.66%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCCED1 (or 0xBCCED1) is known color: Iron. HEX triplet: BC, CE and D1. RGB value is (188,206,209). Sum of RGB (Red+Green+Blue) = 188+206+209=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED1 is #43312E. Grayscale: #C8C8C8. Windows color (decimal): -4403503 or 13749948. OLE color: 13749948.

HSL color Cylindrical-coordinate representation of color #BCCED1: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCED1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 206 209 -
CMYK 0.10 0.01 0 0.18
HSL 188.57º 0.19% 0.78% -
HSV(B) 188.57º 0.1% 0.82% -
XYZ 54.32 59.44 68.93 -
YUV 200.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 188 206 209 0.10 0.01 0 0.18 188.57 0.19 0.78
Hex BC CE D1 A 1 0 12 BD 13 4E
Octal 274 316 321 12 1 0 22 275 23 116
Binary 10111100 11001110 11010001 1010 1 0 10010 10111101 10011 1001110

Color Harmonies of #BCCED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCED1

Black with #BCCED1

Text Example


Text Example

White with #BCCED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCED1; }

 p { color: rgb(188,206,209); }

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

background-color css

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

 a { background-color: rgb(188,206,209); }

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

border-color css

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

 span { border-color: rgb(188,206,209); }

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