Html Css Color HEX #BECFD2 Iron

📋 copy color: '#BECFD2'

red 190 ◦ green 207 ◦ blue 210

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

Shades of Iron #BECFD2

Tints of Iron #BECFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.6%

R = 31.3%
G = 34.1%
B = 34.6%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BECFD2 (or 0xBECFD2) is known color: Iron. HEX triplet: BE, CF and D2. RGB value is (190,207,210). Sum of RGB (Red+Green+Blue) = 190+207+210=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 210 - color contains mainly: blue. Hex color #BECFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD2 is #41302D. Grayscale: #CACACA. Windows color (decimal): -4272174 or 13815742. OLE color: 13815742.

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

Color convert

RGB 190 207 210 -
CMYK 0.10 0.01 0 0.18
HSL 189º 0.18% 0.78% -
HSV(B) 189º 0.1% 0.82% -
XYZ 55.18 60.23 69.69 -
YUV 202.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 190 207 210 0.10 0.01 0 0.18 189 0.18 0.78
Hex BE CF D2 A 1 0 12 BD 12 4E
Octal 276 317 322 12 1 0 22 275 22 116
Binary 10111110 11001111 11010010 1010 1 0 10010 10111101 10010 1001110

Color Harmonies of #BECFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFD2

Black with #BECFD2

Text Example


Text Example

White with #BECFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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