Html Css Color HEX #BCCED0 Iron

📋 copy color: '#BCCED0'

red 188 ◦ green 206 ◦ blue 208

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

Shades of Iron #BCCED0

Tints of Iron #BCCED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 31.23%
G = 34.22%
B = 34.55%

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

#BCCED0 (or 0xBCCED0) is known color: Iron. HEX triplet: BC, CE and D0. RGB value is (188,206,208). Sum of RGB (Red+Green+Blue) = 188+206+208=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED0 is #43312F. Grayscale: #C8C8C8. Windows color (decimal): -4403504 or 13684412. OLE color: 13684412.

HSL color Cylindrical-coordinate representation of color #BCCED0: hue angle of 186º degrees, saturation: 0.18, 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 #BCCED0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 206 208 -
CMYK 0.10 0.01 0 0.18
HSL 186º 0.18% 0.78% -
HSV(B) 186º 0.1% 0.82% -
XYZ 54.2 59.39 68.28 -
YUV 200.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 188 206 208 0.10 0.01 0 0.18 186 0.18 0.78
Hex BC CE D0 A 1 0 12 BA 12 4E
Octal 274 316 320 12 1 0 22 272 22 116
Binary 10111100 11001110 11010000 1010 1 0 10010 10111010 10010 1001110

Color Harmonies of #BCCED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCED0

Black with #BCCED0

Text Example


Text Example

White with #BCCED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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