Html Css Color HEX #BECFD4 Iron

📋 copy color: '#BECFD4'

red 190 ◦ green 207 ◦ blue 212

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

Shades of Iron #BECFD4

Tints of Iron #BECFD4

RGB

 RED value IS 190 (74.61% from 255) = 31.2%

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

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

R = 31.2%
G = 33.99%
B = 34.81%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BECFD4 (or 0xBECFD4) is known color: Iron. HEX triplet: BE, CF and D4. RGB value is (190,207,212). Sum of RGB (Red+Green+Blue) = 190+207+212=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #BECFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD4 is #41302B. Grayscale: #CACACA. Windows color (decimal): -4272172 or 13946814. OLE color: 13946814.

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

Color convert

RGB 190 207 212 -
CMYK 0.10 0.02 0 0.17
HSL 193.64º 0.2% 0.79% -
HSV(B) 193.64º 0.1% 0.83% -
XYZ 55.43 60.33 71.01 -
YUV 202.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 190 207 212 0.10 0.02 0 0.17 193.64 0.2 0.79
Hex BE CF D4 A 2 0 11 C2 14 4F
Octal 276 317 324 12 2 0 21 302 24 117
Binary 10111110 11001111 11010100 1010 10 0 10001 11000010 10100 1001111

Color Harmonies of #BECFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFD4

Black with #BECFD4

Text Example


Text Example

White with #BECFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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