#BCCFD1

Color #BCCFD1 Iron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iron #BCCFD1

Tints of Iron #BCCFD1

Color information

#BCCFD1 (or 0xBCCFD1) is unknown color: approx Iron. HEX triplet: BC, CF and D1. RGB value is (188,207,209). Sum of RGB (Red+Green+Blue) = 188+207+209=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCCFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD1 is #43302E. Grayscale: #C9C9C9. Windows color (decimal): -4403247 or 13750204. OLE color: 13750204.

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

Color convert

RGB188207209-
CMYK0.100.0100.18
HSL185.71º18.58%77.84%-
HSV(B)185.71º10.05%81.96%-
XYZ54.5659.9269.01-
YUV201.55132.21118.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=31.13%
G=34.27%
B=34.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882072090.100.0100.18185.7118.5877.84
HexBCCFD1A1012ba134e
Octal27431732112102227223116
Binary1011110011001111110100011010101001010111010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFD1; }

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

 H1.HeaderClassName
 {
   color: #BCCFD1;
 }
 .AnyTagClassName
 {
   color: #BCCFD1;
 }
</style>
background-color css

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

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

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

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

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

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