#BFD0D5

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

Shades of Iron #BFD0D5

Tints of Iron #BFD0D5

Color information

#BFD0D5 (or 0xBFD0D5) is unknown color: approx Iron. HEX triplet: BF, D0 and D5. RGB value is (191,208,213). Sum of RGB (Red+Green+Blue) = 191+208+213=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0D5 is #402F2A. Grayscale: #CBCBCB. Windows color (decimal): -4206379 or 14012607. OLE color: 14012607.

HSL color Cylindrical-coordinate representation of color #BFD0D5: hue angle of 193.64º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD0D5 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191208213-
CMYK0.100.0200.16
HSL193.64º20.75%79.22%-
HSV(B)193.64º10.33%83.53%-
XYZ56.0560.9971.77-
YUV203.49133.37119.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 208 (81.64% from 255) = 33.99%
BLUE value IS 213 (83.59% from 255) = 34.80%
R=31.21%
G=33.99%
B=34.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912082130.100.0200.16193.6420.7579.22
HexBFD0D5A2010c2154f
Octal27732032512202030225117
Binary10111111110100001101010110101001000011000010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0D5; }

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

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

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

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

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

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

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

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