#BCCCCF

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

Shades of Iron #BCCCCF

Tints of Iron #BCCCCF

Color information

#BCCCCF (or 0xBCCCCF) is unknown color: approx Iron. HEX triplet: BC, CC and CF. RGB value is (188,204,207). Sum of RGB (Red+Green+Blue) = 188+204+207=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCCF is #433330. Grayscale: #C7C7C7. Windows color (decimal): -4404017 or 13618364. OLE color: 13618364.

HSL color Cylindrical-coordinate representation of color #BCCCCF: hue angle of 189.47º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCCCF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188204207-
CMYK0.090.0100.19
HSL189.47º16.52%77.45%-
HSV(B)189.47º9.18%81.18%-
XYZ53.5958.3867.48-
YUV199.56132.2119.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=31.39%
G=34.06%
B=34.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882042070.090.0100.19189.4716.5277.45
HexBCCCCF91013bd114d
Octal27431431711102327521115
Binary1011110011001100110011111001101001110111101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCCF; }

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

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

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

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

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

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

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

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