#BFCCCD

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

Shades of Iron #BFCCCD

Tints of Iron #BFCCCD

Color information

#BFCCCD (or 0xBFCCCD) is unknown color: approx Iron. HEX triplet: BF, CC and CD. RGB value is (191,204,205). Sum of RGB (Red+Green+Blue) = 191+204+205=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCCD is #403332. Grayscale: #C8C8C8. Windows color (decimal): -4207411 or 13487295. OLE color: 13487295.

HSL color Cylindrical-coordinate representation of color #BFCCCD: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCCCD is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191204205-
CMYK0.070.0000.20
HSL184.29º12.28%77.65%-
HSV(B)184.29º6.83%80.39%-
XYZ54.158.6766.23-
YUV200.23130.69121.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=31.83%
G=34%
B=34.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912042050.070.0000.20184.2912.2877.65
HexBFCCCD70014b8c4e
Octal2773143157002427014116
Binary10111111110011001100110111100101001011100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCCD; }

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

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

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

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

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

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

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

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