#BFCCCF

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

Shades of Iron #BFCCCF

Tints of Iron #BFCCCF

Color information

#BFCCCF (or 0xBFCCCF) is unknown color: approx Iron. HEX triplet: BF, CC and CF. RGB value is (191,204,207). Sum of RGB (Red+Green+Blue) = 191+204+207=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCCF is #403330. Grayscale: #C8C8C8. Windows color (decimal): -4207409 or 13618367. OLE color: 13618367.

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

Color convert

RGB191204207-
CMYK0.080.0100.19
HSL191.25º14.29%78.04%-
HSV(B)191.25º7.73%81.18%-
XYZ54.3458.7767.51-
YUV200.46131.69121.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=31.73%
G=33.89%
B=34.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912042070.080.0100.19191.2514.2978.04
HexBFCCCF81013bfe4e
Octal27731431710102327716116
Binary101111111100110011001111100010100111011111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCCF; }

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

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

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

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

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

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

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

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