Html Css Color HEX #BDCFD4 Iron

📋 copy color: '#BDCFD4'

red 189 ◦ green 207 ◦ blue 212

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

Shades of Iron #BDCFD4

Tints of Iron #BDCFD4

RGB

 RED value IS 189 (74.22% from 255) = 31.09%

 GREEN value IS 207 (81.25% from 255) = 34.05%

 BLUE value IS 212 (83.2% from 255) = 34.87%

R = 31.09%
G = 34.05%
B = 34.87%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDCFD4 (or 0xBDCFD4) is known color: Iron. HEX triplet: BD, CF and D4. RGB value is (189,207,212). Sum of RGB (Red+Green+Blue) = 189+207+212=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDCFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFD4 is #42302B. Grayscale: #CACACA. Windows color (decimal): -4337708 or 13946813. OLE color: 13946813.

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

Color convert

RGB 189 207 212 -
CMYK 0.11 0.02 0 0.17
HSL 193.04º 0.21% 0.79% -
HSV(B) 193.04º 0.11% 0.83% -
XYZ 55.18 60.2 71 -
YUV 202.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 189 207 212 0.11 0.02 0 0.17 193.04 0.21 0.79
Hex BD CF D4 B 2 0 11 C1 15 4F
Octal 275 317 324 13 2 0 21 301 25 117
Binary 10111101 11001111 11010100 1011 10 0 10001 11000001 10101 1001111

Color Harmonies of #BDCFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCFD4

Black with #BDCFD4

Text Example


Text Example

White with #BDCFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCFD4; }

 p { color: rgb(189,207,212); }

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

background-color css

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

 a { background-color: rgb(189,207,212); }

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

border-color css

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

 span { border-color: rgb(189,207,212); }

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