#BBCBCF

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

Shades of Iron #BBCBCF

Tints of Iron #BBCBCF

Color information

#BBCBCF (or 0xBBCBCF) is unknown color: approx Iron. HEX triplet: BB, CB and CF. RGB value is (187,203,207). Sum of RGB (Red+Green+Blue) = 187+203+207=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBCBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBCF is #443430. Grayscale: #C6C6C6. Windows color (decimal): -4469809 or 13618107. OLE color: 13618107.

HSL color Cylindrical-coordinate representation of color #BBCBCF: hue angle of 192º 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 #BBCBCF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187203207-
CMYK0.100.0200.19
HSL192º17.24%77.25%-
HSV(B)192º9.66%81.18%-
XYZ53.1157.7867.39-
YUV198.67132.7119.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=31.32%
G=34.00%
B=34.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872032070.100.0200.1919217.2477.25
HexBBCBCFA2013c0114d
Octal27331331712202330021115
Binary10111011110010111100111110101001001111000000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBCF; }

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

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

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

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

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

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

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

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