#BCCFD2

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

Shades of Iron #BCCFD2

Tints of Iron #BCCFD2

Color information

#BCCFD2 (or 0xBCCFD2) is unknown color: approx Iron. HEX triplet: BC, CF and D2. RGB value is (188,207,210). Sum of RGB (Red+Green+Blue) = 188+207+210=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCCFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD2 is #43302D. Grayscale: #C9C9C9. Windows color (decimal): -4403246 or 13815740. OLE color: 13815740.

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

Color convert

RGB188207210-
CMYK0.100.0100.18
HSL188.18º19.64%78.04%-
HSV(B)188.18º10.48%82.35%-
XYZ54.6859.9769.67-
YUV201.66132.71118.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 210 (82.42% from 255) = 34.71%
R=31.07%
G=34.21%
B=34.71%

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
Decimal1882072100.100.0100.18188.1819.6478.04
HexBCCFD2A1012bc144e
Octal27431732212102227424116
Binary1011110011001111110100101010101001010111100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFD2; }

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

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

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

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

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

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

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

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