Html Css Color HEX #BFCED3 Iron

📋 copy color: '#BFCED3'

red 191 ◦ green 206 ◦ blue 211

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

Shades of Iron #BFCED3

Tints of Iron #BFCED3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.88%

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

R = 31.41%
G = 33.88%
B = 34.7%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFCED3 (or 0xBFCED3) is known color: Iron. HEX triplet: BF, CE and D3. RGB value is (191,206,211). Sum of RGB (Red+Green+Blue) = 191+206+211=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFCED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED3 is #40312C. Grayscale: #CACACA. Windows color (decimal): -4206893 or 13881023. OLE color: 13881023.

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

Color convert

RGB 191 206 211 -
CMYK 0.09 0.02 0 0.17
HSL 195º 0.19% 0.79% -
HSV(B) 195º 0.09% 0.83% -
XYZ 55.32 59.92 70.28 -
YUV 202.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 191 206 211 0.09 0.02 0 0.17 195 0.19 0.79
Hex BF CE D3 9 2 0 11 C3 13 4F
Octal 277 316 323 11 2 0 21 303 23 117
Binary 10111111 11001110 11010011 1001 10 0 10001 11000011 10011 1001111

Color Harmonies of #BFCED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCED3

Black with #BFCED3

Text Example


Text Example

White with #BFCED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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