#BFD0D3

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

Shades of Iron #BFD0D3

Tints of Iron #BFD0D3

Color information

#BFD0D3 (or 0xBFD0D3) is unknown color: approx Iron. HEX triplet: BF, D0 and D3. RGB value is (191,208,211). Sum of RGB (Red+Green+Blue) = 191+208+211=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFD0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0D3 is #402F2C. Grayscale: #CBCBCB. Windows color (decimal): -4206381 or 13881535. OLE color: 13881535.

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

Color convert

RGB191208211-
CMYK0.090.0100.17
HSL189º18.52%78.82%-
HSV(B)189º9.48%82.75%-
XYZ55.860.8970.44-
YUV203.26132.37119.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 208 (81.64% from 255) = 34.10%
BLUE value IS 211 (82.81% from 255) = 34.59%
R=31.31%
G=34.10%
B=34.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912082110.090.0100.1718918.5278.82
HexBFD0D391011bd134f
Octal27732032311102127523117
Binary1011111111010000110100111001101000110111101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0D3; }

 p { color: rgb(191,208,211); }

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

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

 a { background-color: rgb(191,208,211); }

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

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

 span { border-color: rgb(191,208,211); }

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