#BBCFCF

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

Shades of Iron #BBCFCF

Tints of Iron #BBCFCF

Color information

#BBCFCF (or 0xBBCFCF) is unknown color: approx Iron. HEX triplet: BB, CF and CF. RGB value is (187,207,207). Sum of RGB (Red+Green+Blue) = 187+207+207=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #BBCFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCF is #443030. Grayscale: #C9C9C9. Windows color (decimal): -4468785 or 13619131. OLE color: 13619131.

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

Color convert

RGB187207207-
CMYK0.10000.19
HSL180º17.24%77.25%-
HSV(B)180º9.66%81.18%-
XYZ54.0759.767.7-
YUV201.02131.37118-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=31.11%
G=34.44%
B=34.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872072070.10000.1918017.2477.25
HexBBCFCFA0013b4114d
Octal27331731712002326421115
Binary1011101111001111110011111010001001110110100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFCF; }

 p { color: rgb(187,207,207); }

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

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

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

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

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

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

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