Html Css Color HEX #BFD1D3 Iron

📋 copy color: '#BFD1D3'

red 191 ◦ green 209 ◦ blue 211

#BFD1D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #BFD1D3

Tints of Iron #BFD1D3

RGB

 RED value IS 191 (75% from 255) = 31.26%

 GREEN value IS 209 (82.03% from 255) = 34.21%

 BLUE value IS 211 (82.81% from 255) = 34.53%

R = 31.26%
G = 34.21%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFD1D3 (or 0xBFD1D3) is known color: Iron. HEX triplet: BF, D1 and D3. RGB value is (191,209,211). Sum of RGB (Red+Green+Blue) = 191+209+211=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFD1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1D3 is #402E2C. Grayscale: #CBCBCB. Windows color (decimal): -4206125 or 13881791. OLE color: 13881791.

HSL color Cylindrical-coordinate representation of color #BFD1D3: hue angle of 186º 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 #BFD1D3 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 209 211 -
CMYK 0.09 0.01 0 0.17
HSL 186º 0.19% 0.79% -
HSV(B) 186º 0.09% 0.83% -
XYZ 56.04 61.38 70.52 -
YUV 203.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 191 209 211 0.09 0.01 0 0.17 186 0.19 0.79
Hex BF D1 D3 9 1 0 11 BA 13 4F
Octal 277 321 323 11 1 0 21 272 23 117
Binary 10111111 11010001 11010011 1001 1 0 10001 10111010 10011 1001111

Color Harmonies of #BFD1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1D3

Black with #BFD1D3

Text Example


Text Example

White with #BFD1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1D3; }

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

 H1.HeaderClassName
 {
   color: #BFD1D3;
 }
 .AnyTagClassName
 {
   color: #BFD1D3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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