#BCCFD3

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

Shades of Iron #BCCFD3

Tints of Iron #BCCFD3

Color information

#BCCFD3 (or 0xBCCFD3) is unknown color: approx Iron. HEX triplet: BC, CF and D3. RGB value is (188,207,211). Sum of RGB (Red+Green+Blue) = 188+207+211=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCCFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD3 is #43302C. Grayscale: #C9C9C9. Windows color (decimal): -4403245 or 13881276. OLE color: 13881276.

HSL color Cylindrical-coordinate representation of color #BCCFD3: hue angle of 190.43º degrees, saturation: 0.21, 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 #BCCFD3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188207211-
CMYK0.110.0200.17
HSL190.43º20.72%78.24%-
HSV(B)190.43º10.9%82.75%-
XYZ54.8160.0270.32-
YUV201.77133.21118.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 211 (82.81% from 255) = 34.82%
R=31.02%
G=34.16%
B=34.82%

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
Decimal1882072110.110.0200.17190.4320.7278.24
HexBCCFD3B2011be154e
Octal27431732313202127625116
Binary10111100110011111101001110111001000110111110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFD3; }

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

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

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

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

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

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

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

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