#BCCFD4

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

Shades of Iron #BCCFD4

Tints of Iron #BCCFD4

Color information

#BCCFD4 (or 0xBCCFD4) is unknown color: approx Iron. HEX triplet: BC, CF and D4. RGB value is (188,207,212). Sum of RGB (Red+Green+Blue) = 188+207+212=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCCFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD4 is #43302B. Grayscale: #C9C9C9. Windows color (decimal): -4403244 or 13946812. OLE color: 13946812.

HSL color Cylindrical-coordinate representation of color #BCCFD4: hue angle of 192.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCFD4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188207212-
CMYK0.110.0200.17
HSL192.5º21.82%78.43%-
HSV(B)192.5º11.32%83.14%-
XYZ54.9460.0770.99-
YUV201.89133.71118.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 212 (83.20% from 255) = 34.93%
R=30.97%
G=34.10%
B=34.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882072120.110.0200.17192.521.8278.43
HexBCCFD4B2011c0164e
Octal27431732413202130026116
Binary10111100110011111101010010111001000111000000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFD4; }

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

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

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

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

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

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

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

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