Html Css Color HEX #BFCCD1 Iron

📋 copy color: '#BFCCD1'

red 191 ◦ green 204 ◦ blue 209

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

Shades of Iron #BFCCD1

Tints of Iron #BFCCD1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.77%

 BLUE value IS 209 (82.03% from 255) = 34.6%

R = 31.62%
G = 33.77%
B = 34.6%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFCCD1 (or 0xBFCCD1) is known color: Iron. HEX triplet: BF, CC and D1. RGB value is (191,204,209). Sum of RGB (Red+Green+Blue) = 191+204+209=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD1 is #40332E. Grayscale: #C8C8C8. Windows color (decimal): -4207407 or 13749439. OLE color: 13749439.

HSL color Cylindrical-coordinate representation of color #BFCCD1: hue angle of 196.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCCD1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 204 209 -
CMYK 0.09 0.02 0 0.18
HSL 196.67º 0.16% 0.78% -
HSV(B) 196.67º 0.09% 0.82% -
XYZ 54.59 58.87 68.81 -
YUV 200.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 191 204 209 0.09 0.02 0 0.18 196.67 0.16 0.78
Hex BF CC D1 9 2 0 12 C5 10 4E
Octal 277 314 321 11 2 0 22 305 20 116
Binary 10111111 11001100 11010001 1001 10 0 10010 11000101 10000 1001110

Color Harmonies of #BFCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCD1

Black with #BFCCD1

Text Example


Text Example

White with #BFCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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